Skip to content

Commit

Permalink
break two things
Browse files Browse the repository at this point in the history
...let's make sure we're definitely catching this :)
  • Loading branch information
allisonkarlitskaya committed Mar 11, 2024
1 parent 6f3797a commit f9147f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cockpit/peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self, router: Router):
self.freeze_endpoint()

self.init_future = asyncio.get_running_loop().create_future()
self.done_callbacks = []
self.done_callbacks = ()

# Initialization
async def do_connect_transport(self) -> None:
Expand Down
2 changes: 1 addition & 1 deletion test/pytest/test_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import collections
import multiprocessing
import numbers
import multiprocessing
import os

import pytest
Expand Down

0 comments on commit f9147f3

Please sign in to comment.