Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Nov 21, 2024
1 parent c5bc59f commit dea77cb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion oscillator-overlap/solver-python/oscillator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import argparse
import numpy as np
from numpy.linalg import eig
import precice
from enum import Enum
import csv
Expand Down
1 change: 0 additions & 1 deletion oscillator/solver-python/oscillator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import argparse
import numpy as np
from numpy.linalg import eig
import precice
from enum import Enum
import csv
Expand Down
1 change: 0 additions & 1 deletion oscillator/solver-python/timeSteppers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Tuple, Callable
import numpy as np
import numbers
import scipy as sp
from scipy.integrate import OdeSolution
from enum import Enum
Expand Down

0 comments on commit dea77cb

Please sign in to comment.