comparison: src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsEnums.py
src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsEnums.py
- branch
- eric7
- changeset 9276
- e6748a5e24b9
- parent 9221
- bf71ee032bb4
- child 9653
- e67609152c5e
equal
deleted
inserted
replaced
6 """ |
6 """ |
7 Module implementing some enums for function type annotations. |
7 Module implementing some enums for function type annotations. |
8 """ |
8 """ |
9 |
9 |
10 # |
10 # |
11 # adapted from flake8-annotations v2.7.0 |
11 # adapted from flake8-annotations v2.9.0 |
12 # |
12 # |
13 |
13 |
14 import enum |
14 import enum |
15 |
15 |
16 |
16 |