mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02: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 warnings
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from .linalg import inv, matmul
|
from .linalg import inv, matmul
|
||||||
from .dirac import gamma, gamma5
|
from .dirac import gamma
|
||||||
|
|
||||||
|
|
||||||
L = None
|
L = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue