Skip to content

Commit fa8f6e3

Browse files
committed
Revert "Use an absolute import"
This reverts commit 61cf660. This change was rejected at runtime since the code in src/report does not constitute a Python package. See also issue #50.
1 parent 71e0043 commit fa8f6e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/report/generate_https_scan_report.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
# Third-Party Libraries
3030
import chevron
3131
from docopt import docopt
32-
from mongo_db_from_config import db_from_config
3332

3433
# intra-project modules
35-
from . import graphs
34+
import graphs
35+
from mongo_db_from_config import db_from_config
3636

3737
# constants
3838
HOME_DIR = "/home/cisa"

0 commit comments

Comments
 (0)