Skip to content

Commit

Permalink
Fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
TLNBS2405 committed Apr 2, 2024
1 parent b04f440 commit ebb1915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framedb/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import enum
from typing import Dict, List

NUM_CHARACTERS = 32
NUM_CHARACTERS = 33


class CharacterName(enum.Enum):
Expand Down

0 comments on commit ebb1915

Please sign in to comment.