Skip to content

Commit a33cea6

Browse files
committed
flake8 fix
1 parent c4d388f commit a33cea6

File tree

1 file changed

+1
-1
lines changed
  • pySDC/implementations/problem_classes

1 file changed

+1
-1
lines changed

pySDC/implementations/problem_classes/Piline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import numpy as np
22

3-
from pySDC.core.Errors import ParameterError, ProblemError
3+
from pySDC.core.Errors import ParameterError
44
from pySDC.core.Problem import ptype
55
from pySDC.implementations.datatype_classes.mesh import mesh
66

0 commit comments

Comments
 (0)