Skip to content

Commit e5f8174

Browse files
committed
Fixed Pylint issue with order of imports
1 parent c47ccf2 commit e5f8174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functional/test/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import unittest
22

3-
from functional.io import ReusableFile, GZFile, BZ2File, XZFile, universal_write_open
43
from pathlib import Path
4+
from functional.io import ReusableFile, GZFile, BZ2File, XZFile, universal_write_open
55

66
project_root = Path(__file__).parent.parent.parent.absolute()
77

0 commit comments

Comments
 (0)