mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +00:00
run lint and fix errors, except mypy
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
from enum import Enum
|
||||
from enum import (
|
||||
Enum,
|
||||
)
|
||||
|
||||
|
||||
class HeaderTags(Enum):
|
||||
|
||||
Reference in New Issue
Block a user