Skip to content

Commit

Permalink
Fix erroneous import of prj from src.config
Browse files Browse the repository at this point in the history
  • Loading branch information
afrendeiro authored Aug 11, 2022
1 parent 9e04ef3 commit 9defe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/src/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Analysis description."""


from src._config import prj, Config as config
from src._config import Config as config


def main() -> None:
Expand Down

0 comments on commit 9defe98

Please sign in to comment.