Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5e7bbb

Browse files
committed
Sorting imports with isort.
1 parent 6020347 commit f5e7bbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_docs.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
3232
"""
3333

34-
from concurrent.futures import ThreadPoolExecutor, wait, ALL_COMPLETED
35-
from datetime import datetime
3634
import filecmp
3735
import logging
3836
import os
3937
import pathlib
38+
import shutil
4039
import subprocess
4140
import sys
42-
import shutil
41+
from concurrent.futures import ALL_COMPLETED, ThreadPoolExecutor, wait
42+
from datetime import datetime
4343

4444
try:
4545
import sentry_sdk

0 commit comments

Comments
 (0)