mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
fix: uneeded import removed
This commit is contained in:
parent
cedceced61
commit
0bf1e6cfd4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import warnings
|
||||
import numpy as np
|
||||
from .linalg import inv, matmul
|
||||
from .dirac import gamma, gamma5
|
||||
from .dirac import gamma
|
||||
|
||||
|
||||
L = None
|
||||
|
|
Loading…
Add table
Reference in a new issue