Skip to content

Commit

Permalink
Revert mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterzwerink authored Jan 17, 2024
1 parent a9490a8 commit 981cbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omegaconf/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def __repr__(self) -> str:
_DEFAULT_MARKER_: Any = Marker("_DEFAULT_MARKER_")


class OmegaConfDumper(BaseDumperType): # type: ignore
class OmegaConfDumper(BaseDumper): # type: ignore
str_representer_added = False

@staticmethod
Expand Down

0 comments on commit 981cbb5

Please sign in to comment.