Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Dec 14, 2023
1 parent 5976b07 commit c06bb1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions looper/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ class Project(peppyProject):
compute settings.
"""

def __init__(
self, cfg=None, amendments=None, divcfg_path=None, **kwargs
):
def __init__(self, cfg=None, amendments=None, divcfg_path=None, **kwargs):
super(Project, self).__init__(cfg=cfg, amendments=amendments)
prj_dict = kwargs.get("project_dict")
pep_config = kwargs.get("pep_config", None)
Expand Down

0 comments on commit c06bb1e

Please sign in to comment.