Skip to content

Commit

Permalink
Fix issues picked up by flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
tbooth committed Dec 18, 2024
1 parent b7131ee commit 77700dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion illuminatus/yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
do that any more - it uses yamlloader instead.
"""

import os
import yaml as real_yaml
import yamlloader
from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion project_real_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def main(args):
if project_page_url.format('test') == project_page_url:
project_page_url += '{}'
except Exception:
L.error(f"The environment variable PROJECT_PAGE_URL={PROJECT_PAGE_URL}"
L.error(f"The setting for PROJECT_PAGE_URL={project_page_url}"
" is not a valid format string.")
raise

Expand Down
1 change: 1 addition & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
packaging
coverage
bashmocker==0.3.0
pyyaml==6.0.1
Expand Down

0 comments on commit 77700dd

Please sign in to comment.