Skip to content

Commit

Permalink
fixed pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-swob committed Dec 20, 2024
1 parent fd04071 commit 3cec1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytrnsys_process/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Reader:


class Defaults(Enum):
default = Settings(plot=Plot(), reader=Reader())
DEFAULT = Settings(plot=Plot(), reader=Reader())


settings = Defaults.default.value
settings = Defaults.DEFAULT.value

0 comments on commit 3cec1a9

Please sign in to comment.