Skip to content

Commit faf2eab

Browse files
committed
no pylint errors anymore, for real now
1 parent 9155d8e commit faf2eab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/visualize_psd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Example of plotting a Power Spectral Density plot, using RTLSDR data
33
"""
4+
# pylint: disable-all
45
import os
56
import sys
67
import inspect

examples/visualize_time_domain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Example using matplotlib to plot raw RTLSDR data
33
"""
4+
# pylint: disable-all
45
from rtlsdr import RtlSdr
56
import matplotlib.pyplot as plt
67
import numpy as np

0 commit comments

Comments
 (0)