Skip to content

Commit

Permalink
Rename config.py to settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowXBoss696 committed Mar 30, 2024
1 parent c829a9e commit 845aa9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastboot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__license__ = "MIT"

try:
from fastboot.config import PROJECT_DIR
from fastboot.settings import PROJECT_DIR

# Read version from pyproject file during development
with open(PROJECT_DIR / "pyproject.toml", mode="rb") as pyproject_file:
Expand Down
File renamed without changes.

0 comments on commit 845aa9e

Please sign in to comment.