add new lines

This commit is contained in:
chillymosh 2021-08-28 23:08:53 +01:00
parent 73a4996aa9
commit 5a23f1ec75
2 changed files with 2 additions and 2 deletions

View File

@ -297,4 +297,4 @@ def main():
args.func(parser, args)
if __name__ == '__main__':
main()
main()

View File

@ -1020,4 +1020,4 @@ def format_dt(dt: datetime.datetime, /, style: Optional[TimestampStyle] = None)
def raise_expected_coro(coro, error: str)-> TypeError:
if not asyncio.iscoroutinefunction(coro):
raise TypeError(error)
return coro
return coro