Commit 305ef4be authored by Yanghan Wang's avatar Yanghan Wang Committed by Facebook GitHub Bot
Browse files

remove __future__ import

Reviewed By: tglik

Differential Revision: D35910666

fbshipit-source-id: 8225aca6696484dcc78e91ce50b936e1bee086d1
parent 39f08a33
......@@ -8,7 +8,6 @@
# Modified from https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/tree/pytorch_1.0.0
# ------------------------------------------------------------------------------------------------
from __future__ import absolute_import, division, print_function
import torch
import torch.nn.functional as F
......
......@@ -8,7 +8,6 @@
# Modified from https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/tree/pytorch_1.0.0
# ------------------------------------------------------------------------------------------------
from __future__ import absolute_import, division, print_function
import math
import warnings
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment