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 Oct 30, 2023
1 parent 8695fee commit a959bbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/states/wick_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"""Test Wick's theorem utilities."""

from __future__ import annotations

import numpy as np
import pytest
import scipy.linalg
Expand Down

0 comments on commit a959bbb

Please sign in to comment.