Skip to content

Commit

Permalink
Fix more type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Apr 22, 2024
1 parent 5c3c3b9 commit 907dd4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_model/test_c6.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"""
Test C6 coefficients.
"""
from __future__ import annotations

import pytest
import torch
from tad_mctc.autograd import dgradcheck, dgradgradcheck
Expand Down

0 comments on commit 907dd4c

Please sign in to comment.