Skip to content

Commit

Permalink
debug CI [drop]
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Aug 31, 2023
1 parent 7e1497e commit 81e261c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x2gbfs/x2gbfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def build_extractor(provider: str) -> BaseProvider:
if provider == 'deer':
api_url = config('DEER_API_URL')
api_url = config("DEER_API_URL")

Check failure on line 19 in x2gbfs/x2gbfs.py

View workflow job for this annotation

GitHub Actions / test (3)

Ruff (Q000)

x2gbfs/x2gbfs.py:19:26: Q000 Double quotes found but single quotes preferred
api_user = config('DEER_USER')
api_password = config('DEER_PASSWORD')

Expand Down

0 comments on commit 81e261c

Please sign in to comment.