add new lines
This commit is contained in:
parent
73a4996aa9
commit
5a23f1ec75
@ -297,4 +297,4 @@ def main():
|
|||||||
args.func(parser, args)
|
args.func(parser, args)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
@ -1020,4 +1020,4 @@ def format_dt(dt: datetime.datetime, /, style: Optional[TimestampStyle] = None)
|
|||||||
def raise_expected_coro(coro, error: str)-> TypeError:
|
def raise_expected_coro(coro, error: str)-> TypeError:
|
||||||
if not asyncio.iscoroutinefunction(coro):
|
if not asyncio.iscoroutinefunction(coro):
|
||||||
raise TypeError(error)
|
raise TypeError(error)
|
||||||
return coro
|
return coro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user