9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
10 # | 10 # |
11 # adapted from flake8-alphabetize v0.0.18 | 11 # adapted from flake8-alphabetize v0.0.18 |
12 # | 12 # |
13 | 13 |
14 import ast | 14 import ast |
15 | |
15 from functools import total_ordering | 16 from functools import total_ordering |
16 | 17 |
17 from .ImportsEnums import GroupEnum, NodeTypeEnum | 18 from .ImportsEnums import GroupEnum, NodeTypeEnum |
18 | 19 |
19 | 20 |