lint
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from typing import Optional, Text
|
||||
|
||||
from pydantic import BaseModel
|
||||
from typing import Optional, Text
|
||||
|
||||
|
||||
class AuthInput(BaseModel):
|
||||
|
@@ -1,6 +1,5 @@
|
||||
from typing import List, Optional, Text
|
||||
|
||||
from pydantic import BaseModel
|
||||
from typing import List, Optional, Text
|
||||
|
||||
|
||||
class Message(BaseModel):
|
||||
|
Reference in New Issue
Block a user