Skip to content

Commit

Permalink
Remove obsolete object
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Sep 26, 2024
1 parent cd7279a commit 17d0084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capsul/engine/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def get_all_environments(self):
environments.update([r[0] for r in res])
return environments

class SettingsConfig(object):
class SettingsConfig:
def __init__(self, populse_session, collection, id, environment,
notifiers=[]):
super(SettingsConfig, self).__setattr__('_dbs', populse_session)
Expand Down

0 comments on commit 17d0084

Please sign in to comment.