mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 07:00:54 +00:00
run black over dangling files
This commit is contained in:
@ -23,9 +23,7 @@ from libp2p.network.notifee_interface import INotifee
|
||||
from libp2p.host.basic_host import BasicHost
|
||||
|
||||
|
||||
|
||||
class MyNotifee(INotifee):
|
||||
|
||||
def __init__(self, events, val_to_append_to_event):
|
||||
self.events = events
|
||||
self.val_to_append_to_event = val_to_append_to_event
|
||||
@ -50,7 +48,6 @@ class MyNotifee(INotifee):
|
||||
|
||||
|
||||
class InvalidNotifee:
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user