Skip to content

Commit

Permalink
🏷️ types
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustinio committed Oct 1, 2024
1 parent c718c56 commit 2e114a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pasqal_cloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
simplefilter("always", DeprecationWarning)


def _check_sdk_version():
def _check_sdk_version() -> None:
# Compare current date to deprecation date to check whether
# current version has fallen out of maintenance window.
current_date = datetime.now()
Expand Down

0 comments on commit 2e114a4

Please sign in to comment.