Skip to content

Commit 0167f74

Browse files
committed
Remove some old __future__ imports
1 parent 85bf4b8 commit 0167f74

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

timm/data/dataset.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
33
Hacked together by / Copyright 2020 Ross Wightman
44
"""
5-
from __future__ import absolute_import
6-
from __future__ import division
7-
from __future__ import print_function
8-
95
import torch.utils.data as data
106

117
import os

timm/data/tf_preprocessing.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
# limitations under the License.
2323
# ==============================================================================
2424
"""ImageNet preprocessing for MnasNet."""
25-
from __future__ import absolute_import
26-
from __future__ import division
27-
from __future__ import print_function
28-
2925
import tensorflow as tf
3026
import numpy as np
3127

timm/models/dpn.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
77
Hacked together by / Copyright 2020 Ross Wightman
88
"""
9-
from __future__ import absolute_import
10-
from __future__ import division
11-
from __future__ import print_function
12-
139
from collections import OrderedDict
1410
from typing import Tuple
1511

0 commit comments

Comments
 (0)