Skip to content

Commit

Permalink
Minor syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Jul 17, 2024
1 parent d15434d commit 67232fb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion srttools/global_fit.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Functions to clean images by fitting linear trends to the initial scans."""


try:
import matplotlib.pyplot as plt
from matplotlib.gridspec import GridSpec
Expand Down
1 change: 0 additions & 1 deletion srttools/interactive_filter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Interactive operations."""


import copy
import warnings
import logging
Expand Down
1 change: 0 additions & 1 deletion srttools/read_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Read the configuration file."""


import os
import glob
import warnings
Expand Down
2 changes: 1 addition & 1 deletion srttools/tests/test_io_and_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,4 @@ def test_summary_multiple(self):
find_summary_file_in_dir(self.testdir)

def teardown_class(cls):
shutil.rmtree(cls.testdir)
shutil.rmtree(cls.testdir)

0 comments on commit 67232fb

Please sign in to comment.