Skip to content

Commit

Permalink
unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jun 26, 2024
1 parent a4811eb commit 12dd56f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion gamutrf/mqtt_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import logging
import os
import socket
import time

import gpsd
import paho.mqtt.client as mqtt
Expand Down
1 change: 0 additions & 1 deletion gamutrf/offline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import glob
import os
import logging
import time

from gnuradio import iqtlabs
from gamutrf.scan import argument_parser, DYNAMIC_EXCLUDE_OPTIONS
Expand Down
1 change: 0 additions & 1 deletion gamutrf/sdr_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from urllib.parse import urlparse

import sigmf
import numpy as np

from gamutrf.sigwindows import freq_excluded
from gamutrf.sigwindows import parse_freq_excluded
Expand Down
3 changes: 0 additions & 3 deletions gamutrf/sigwindows.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/usr/bin/python3
import random
from collections import Counter
from collections import defaultdict

import numpy as np
from gamutrf.utils import SCAN_FRES, SCAN_FROLL
Expand Down

0 comments on commit 12dd56f

Please sign in to comment.