Skip to content

Commit

Permalink
from __future__ import annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Jan 2, 2024
1 parent b2219c3 commit 3651e3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qiskit_cold_atom/fermions/ffsim_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

"""Fermionic simulator backend that uses ffsim."""

from __future__ import annotations

import datetime
import time
import uuid
Expand Down
2 changes: 2 additions & 0 deletions test/test_ffsim_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

"""ffsim backend tests."""

from __future__ import annotations

import math
import unittest

Expand Down

0 comments on commit 3651e3e

Please sign in to comment.