Skip to content

Commit

Permalink
Accounting for type check
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumFractal committed Jul 2, 2024
1 parent f320e90 commit 4901853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modal/_utils/http_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _http_client_with_tls(timeout: Optional[float]) -> ClientSession:


class ClientSessionRegistry:
_client_session: ClientSession = None
_client_session: ClientSession | None = None

@staticmethod
def get_session():
Expand Down

0 comments on commit 4901853

Please sign in to comment.