Fix formatting to make pre-commit happy

This commit is contained in:
YuviPanda
2021-03-30 12:59:52 +05:30
parent 29740b0af6
commit 0ffa5715fd

View File

@@ -14,7 +14,8 @@ import os
import random import random
import secrets import secrets
import warnings import warnings
from datetime import datetime, timezone from datetime import datetime
from datetime import timezone
from textwrap import dedent from textwrap import dedent
from urllib.parse import urlparse from urllib.parse import urlparse