Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuethe committed Dec 22, 2023
1 parent bdc7c3d commit 631b17c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/n42convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from textwrap import dedent
import xmltodict
from argparse import ArgumentParser, Namespace
from radiacode.types import Spectrum
from rcutils import stringify
import os
from io import TextIOWrapper
Expand Down
1 change: 0 additions & 1 deletion src/rcmultispg.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def make_rec(data: SpecData):
return rec

if use_pickle:
# pickle bad, json, csv?
with open(f"{fn}.json", "w") as ofd:
jdump([make_rec(d) for d in data], ofd, indent=2)

Expand Down
1 change: 0 additions & 1 deletion src/recursive_deadtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from argparse import ArgumentParser, Namespace
import deadtime
from glob import glob
import os


Expand Down
1 change: 0 additions & 1 deletion src/spectrogram_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""compute the energy in a radiacode spectrogram (or list of spectrograms)"""

from argparse import ArgumentParser, Namespace
import datetime
from collections import namedtuple
from binascii import unhexlify
from rcutils import get_dose_from_spectrum, FileTime2DateTime
Expand Down

0 comments on commit 631b17c

Please sign in to comment.