Commit eea5d31
committed
Move __version__ before import
PEP 8 says:
> Module level “dunders” (i.e. names with two leading and two trailing
> underscores) such as `__all__`, `__author__`, `__version__`, etc. should
> be placed after the module docstring but before any import statements
> except `from __future__` imports.
https://peps.python.org/pep-0008/#module-level-dunder-names1 parent e08194f commit eea5d31
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments