Skip to content

Commit 533e030

Browse files
Fix small mistake
1 parent e711896 commit 533e030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
ci:
4-
autofix_prs: false
4+
autofix_prs: true
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
77
rev: v5.0.0

src/pineko/fonll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def theorycard_no_fns_pto(self):
128128
continue
129129
if card[key] != theorycards[0][key]:
130130
differ.append(key)
131-
del theorycards[0][key]
131+
del theorycards[0][key]
132132

133133
if len(differ) > 0:
134134
raise ValueError(f"The following keys differ between different FONLL theory cards: {differ}")

0 commit comments

Comments
 (0)