Skip to content

Commit

Permalink
Fix KafkaApi.__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Jul 25, 2024
1 parent f5a561e commit ee18a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/hopsworks_common/core/kafka_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
class KafkaApi:
def __init__(
self,
project_id,
project_name,
project_id=None,
project_name=None,
):
self._project_id = project_id
self._project_name = project_name
Expand Down

0 comments on commit ee18a27

Please sign in to comment.