Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed May 26, 2024
1 parent 57de699 commit 8cb37ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
html_theme = "furo"

# Add package path to sys.path
sys.path.insert(0, os.path.join(os.path.abspath('.'), '../'))
os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings'
sys.path.insert(0, os.path.join(os.path.abspath("."), "../"))
os.environ["DJANGO_SETTINGS_MODULE"] = "tests.settings"

# Initialize Django
django.setup()

0 comments on commit 8cb37ef

Please sign in to comment.