Skip to content

Commit

Permalink
Remove non-existant old classes from schemas/games/__init__.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
LswaN58 committed Dec 19, 2024
1 parent 00f2390 commit ece4b65
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/ogd/common/schemas/games/__init__.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
__all__ = [
"EventSchema",
"GeneratorConfig",
"DetectorConfig",
"FeatureConfig",
"AggregateConfig",
"PerCountConfig",
"GameSchema"
]

from . import EventSchema
from . import GeneratorConfig
from . import DetectorConfig
from . import FeatureConfig
from . import AggregateConfig
from . import PerCountConfig
from . import GameSchema

0 comments on commit ece4b65

Please sign in to comment.