Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 17, 2022
1 parent a1a6cac commit 0fe77b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/comm/comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Comm(BaseComm):
"""Class for communicating between a Frontend and a Kernel"""

def __init__(self, *args, **kwargs):
super(Comm, self).__init__(*args, **kwargs)
super().__init__(*args, **kwargs)

self.kernel = Kernel.instance()

Expand Down

0 comments on commit 0fe77b6

Please sign in to comment.