src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py	Fri Nov 04 13:52:26 2022 +0100
@@ -8,8 +8,8 @@
 the ast module.
 """
 
+import ast
 import sys
-import ast
 
 if sys.version_info >= (3, 8, 0):
     # functions for Python >= 3.8

eric ide

mercurial