Commit e72bf65
committed
Fix relative import error on import __version__
This commit fixes the following error discovered
when trying to run the latest executable:
File "codecov_cli/main.py", line 23, in <module>
ImportError: attempted relative import with no known parent package
Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>1 parent 1d6ae31 commit e72bf65
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments