Skip to content

Commit 5fce447

Browse files
committed
Apply ruff formatting to settings/base.py
1 parent fc03c3a commit 5fce447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonie/pythonie/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Absolute filesystem path to the Django project directory:
1717
PROJECT_ROOT = dirname(dirname(dirname(abspath(__file__))))
18-
print(f'{PROJECT_ROOT=}')
18+
print(f"{PROJECT_ROOT=}")
1919

2020
# Quick-start development settings - unsuitable for production
2121
# See https://docs.djangoproject.com/en/1.7/howto/deployment/checklist/

0 commit comments

Comments
 (0)