Skip to content

Commit

Permalink
module: Change position for import of sys module (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: Peace Lee <[email protected]>
  • Loading branch information
iipeace committed Sep 30, 2021
1 parent 879a339 commit e46543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guider/guider.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@


# import essential packages #
import sys
try:
import sys
import os
import re
import gc
Expand Down

0 comments on commit e46543a

Please sign in to comment.