Skip to content

Commit

Permalink
Fix dumb typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
LswaN58 committed Sep 8, 2024
1 parent 0b94908 commit 711596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ogd/common/interfaces/CSVInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from ogd.common.interfaces.EventInterface import EventInterface
from ogd.common.models.enums.IDMode import IDMode
from ogd.common.schemas.configs.GameSourceSchema import GameSourceSchema
from ogd.common.schemas.tableseseseses.TableSchema import TableSchema
from ogd.common.schemas.tables.TableSchema import TableSchema
from ogd.common.utils.Logger import Logger

class CSVInterface(EventInterface):
Expand Down

0 comments on commit 711596d

Please sign in to comment.