Skip to content

Commit

Permalink
fix type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Linde committed Apr 29, 2024
1 parent 0c5be6e commit b03d78f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opensquirrel/utils/check_passes/check_mapper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""This module contains checks for the ``Mapper`` pass."""

from __future__ import annotations

from copy import deepcopy

from opensquirrel.mapper.general_mapper import Mapper
Expand Down

0 comments on commit b03d78f

Please sign in to comment.