Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 8, 2023
1 parent a58992e commit 03eb279
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sdr/_iir.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
A module for infinite impulse response (IIR) filters.
"""
import matplotlib.pyplot as plt
import numpy as np
import scipy.signal
Expand Down

0 comments on commit 03eb279

Please sign in to comment.