mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 06:37:29 +00:00
Consistency fix
This commit is contained in:
parent
a5c334edfb
commit
972bdf7cab
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import asyncio
|
import asyncio
|
||||||
import datetime as dt
|
from datetime import datetime as dt
|
||||||
import mimetypes
|
import mimetypes
|
||||||
import os
|
import os
|
||||||
import tempfile
|
import tempfile
|
||||||
|
|
Loading…
Reference in a new issue