Commit fd04aa9
authored
Fix
See EnergieID/entsoe-py#447 for details.
Example of the problem:
```
nox > mypy docs noxfile.py tests
Success: no issues found in 8 source files
nox > pylint src docs noxfile.py tests
************* Module tests
tests/__init__.py:1:0: F0010: error while code parsing: Unable to load file tests/__init__.py:
[Errno 2] No such file or directory: 'tests/__init__.py' (parse-error)
```
THis also removes the init file, as described in
frequenz-io/rnd#170tests namespace pollution from entsoe and remove tests/init (#201)File tree
3 files changed
+3
-6
lines changed- src/frequenz/client/electricity_trading/cli
- tests
3 files changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
This file was deleted.
0 commit comments