Skip to content

Commit

Permalink
organize imports fix
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiannajames committed Jan 31, 2025
1 parent cf960de commit 57c0454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_src/fusion/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
import os
import re
import ssl
import zipfile
from contextlib import nullcontext
from datetime import date, datetime
from io import BytesIO
from pathlib import Path
from typing import TYPE_CHECKING, Any, Union, cast
from urllib.parse import urlparse, urlunparse
import zipfile

import aiohttp
import certifi
Expand Down

0 comments on commit 57c0454

Please sign in to comment.