Skip to content

Commit

Permalink
correct import ordering to be alphabetized
Browse files Browse the repository at this point in the history
  • Loading branch information
PyWoody committed Jan 10, 2025
1 parent f3da544 commit 7112766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepface/commons/image_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# built-in dependencies
import os
import io
from typing import IO, Generator, List, Union, Tuple
from typing import Generator, IO, List, Union, Tuple
import hashlib
import base64
from pathlib import Path
Expand Down

0 comments on commit 7112766

Please sign in to comment.