Skip to content

Commit

Permalink
Fix typing for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Jul 20, 2023
1 parent 869795a commit 1d51f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dxtb/scf/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
Fock matrix), LCAO coefficients (eigenvectors of Fock matrix), and the
iteration number.
"""
from __future__ import annotations

import torch

Expand Down

0 comments on commit 1d51f1f

Please sign in to comment.