mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 11:53:08 +00:00
Fix check.sh script
This commit is contained in:
parent
ebb4f56cd4
commit
711aee2375
2 changed files with 4 additions and 0 deletions
3
check.sh
3
check.sh
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
|
||||
echo Checking and formatting with black...
|
||||
black .
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ from tempfile import NamedTemporaryFile
|
|||
from typing import Any, Callable, Dict, List, Optional
|
||||
|
||||
from telegram.utils import AsyncResult
|
||||
|
||||
from tg import config
|
||||
from tg.models import Model
|
||||
from tg.msg import MsgProxy
|
||||
|
|
Loading…
Reference in a new issue