Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
rossant committed Dec 10, 2024
1 parent 3ca5b96 commit d317eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/iblphotometry_tests/test_plots.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
import unittest
# import sys
# import unittest
import pandas as pd
from pathlib import Path

Expand All @@ -8,7 +8,7 @@

from iblphotometry.behavior import psth, psth_times
import iblphotometry.plots as plots
from gui.rawdata_visualizer import BehaviorVisualizerGUI
# from gui.rawdata_visualizer import BehaviorVisualizerGUI
from iblphotometry.synthetic import synthetic101
import iblphotometry.preprocessing as ffpr
from iblphotometry_tests.base_tests import PhotometryDataTestCase
Expand Down

0 comments on commit d317eef

Please sign in to comment.