Skip to content

Commit

Permalink
annotations should be loaded first in test
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 26, 2023
1 parent 55466b1 commit 37ad608
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from __future__ import annotations
import warnings

warnings.filterwarnings("ignore", category=ImportWarning)

from __future__ import annotations


import pydefm as m
import numpy as np

Expand Down

0 comments on commit 37ad608

Please sign in to comment.