Skip to content

Commit

Permalink
Update configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ronykoz authored Apr 11, 2024
1 parent 4e90dd9 commit c4f5c1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/GitHubProjectManager/management/project_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

class ProjectManager(object):

def __init__(self, configuration: Configuration, client=None, api_key=None):
self.config = configuration
def __init__(self, client=None, api_key=None):
self.client = client if client else GraphQLClient(api_key)

self.project = self.get_github_project()
Expand Down

0 comments on commit c4f5c1d

Please sign in to comment.