Skip to content

Commit d48daba

Browse files
committed
reorder imports
1 parent 8c658f1 commit d48daba

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

tftest.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,24 @@
2525
import collections
2626

2727
import glob
28+
import inspect
2829
import itertools
2930
import json
3031
import logging
3132
import os
33+
import pickle
34+
import re
3235
import shutil
3336
import stat
3437
import subprocess
3538
import sys
3639
import tempfile
3740
import weakref
38-
import re
41+
3942
from functools import partial
43+
from hashlib import sha1
4044
from pathlib import Path
4145
from typing import List
42-
import pickle
43-
from hashlib import sha1
44-
import inspect
4546

4647
__version__ = '1.7.4'
4748

0 commit comments

Comments
 (0)