Skip to content

Commit

Permalink
Correct module typehinting for <=3.9 by importing annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Oct 10, 2024
1 parent 168f7f7 commit 87c05d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qusi/internal/module.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import copy
from typing import Any

Expand Down

0 comments on commit 87c05d5

Please sign in to comment.