Skip to content

Commit df980aa

Browse files
committed
fix formatting with ruff
1 parent a47acf4 commit df980aa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

edtf/parser/grammar.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,9 @@ def f(toks):
322322

323323

324324
# (* *** L2 Season *** *)
325-
seasonL2Number = one_of("21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41")
325+
seasonL2Number = one_of(
326+
"21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41"
327+
)
326328
l2season = year + "-" + seasonL2Number("season")
327329
Level2Season.set_parser(l2season)
328330

0 commit comments

Comments
 (0)