Skip to content

Commit c606134

Browse files
committed
chore: ruff sort imports.
1 parent 233d010 commit c606134

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roundup/scripts/roundup_admin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@
1818
"""
1919
__docformat__ = 'restructuredtext'
2020

21-
import sys
22-
23-
2421
# --- patch sys.path to make sure 'import roundup' finds correct version
2522
import os.path as osp
23+
import sys
2624

2725
thisdir = osp.dirname(osp.abspath(__file__))
2826
rootdir = osp.dirname(osp.dirname(thisdir))

0 commit comments

Comments
 (0)