Skip to content

Commit

Permalink
resolve meta class error: had to remove mutaplemapping subclassing
Browse files Browse the repository at this point in the history
  • Loading branch information
qku committed Jan 28, 2023
1 parent f5cd1fc commit d782618
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qudi/core/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@


class Configuration(_FileHandlerBase,
_MutableMapping,
QtCore.QObject,
metaclass=_ABCQObjectMeta):
""" QObject subclass representing a valid qudi configuration.
Expand Down

0 comments on commit d782618

Please sign in to comment.