Skip to content

Commit

Permalink
Do not need an __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 27, 2022
1 parent 48deddc commit f2583da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/lsst/base/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,6 @@ class Packages(dict):
".pickle": "pickle",
".yaml": "yaml"}

def __init__(self, packages):
assert isinstance(packages, Mapping)
super().__init__(packages)

def __setstate__(self, state):
# This only seems to be called for old pickle files where
# the data was stored in _packages.
Expand Down

0 comments on commit f2583da

Please sign in to comment.