remove unused imports, don't use format string when not needed
This commit is contained in:
parent
eb443902c2
commit
30150c4561
5 changed files with 7 additions and 19 deletions
|
|
@ -109,7 +109,6 @@ class NostrFilter(BaseModel):
|
|||
return False
|
||||
|
||||
|
||||
|
||||
class NostrEventType(str, Enum):
|
||||
EVENT = "EVENT"
|
||||
REQ = "REQ"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue