Commit 377cd56
authored
Fix Python module being broken (#10)
It seems like the fcr sub directory was recently added (0.7.0) and that
its respective `py` directory structure was not updated respectively. I
added an `__init__.py`, and a `py.typed` to it, analogous to its parent
directory. That SEEMS to fix the import issue I had on 0.8.1 (simply
latest, tried nothing else above 0.6.0). I am not sure though if
`py.typed` addition is needed.File tree
2 files changed
+16
-0
lines changed- pytests
- py/frequenz/api/dispatch/fcr
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments