Skip to content

Commit

Permalink
Fixed more flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Sep 24, 2024
1 parent a6afd1a commit 0ad305b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi/testsuite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
with file:
for line in file:
stripped_line = line.strip()

# Check if we're entering the [tool.setuptools_scm] section
if stripped_line == "[tool.setuptools_scm]":
in_setuptools_scm_section = True
Expand Down

0 comments on commit 0ad305b

Please sign in to comment.