Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RiesBen authored Jan 30, 2024
1 parent 39f9701 commit 46c953d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/konnektor/tests/network_planners/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _defaults():
pass

@classmethod
def _from_dict(cls, kwargs):.
def _from_dict(cls, kwargs):
return cls(**kwargs)

def _to_dict(self):
Expand Down

0 comments on commit 46c953d

Please sign in to comment.