Skip to content

Commit

Permalink
lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi committed Nov 24, 2023
1 parent 5a76719 commit f2794f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyssp/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
from typing import NoReturn

import numpy as np
import scipy as sp
import scipy.signal as signal
from numpy.typing import ArrayLike
from scipy import signal

from .state import convm


logger = logging.getLogger(__name__)


Expand Down

0 comments on commit f2794f6

Please sign in to comment.