1
0
mirror of https://github.com/jonathanhogg/scopething synced 2025-07-13 18:52:10 +01:00

Linter fixes

This commit is contained in:
2020-07-01 19:31:31 +01:00
parent 22f7d1a81e
commit 529a96a31b

View File

@ -4,5 +4,3 @@ class DotDict(dict):
__getattr__ = dict.__getitem__
__setattr__ = dict.__setitem__
__delattr__ = dict.__delitem__