Skip to content

Commit

Permalink
fix upload import
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Jun 20, 2024
1 parent 8cd1e84 commit 50760bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdc_client/upload/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

OS_WINDOWS = platform.system() == "Windows"

if not OS_WINDOWS or not portability.OS_OSX:
if not (OS_WINDOWS or portability.OS_OSX):
from mmap import PROT_READ
else:
from multiprocessing import freeze_support
Expand Down

0 comments on commit 50760bd

Please sign in to comment.