Skip to content

Commit

Permalink
main temporarily renamed to old_main to avoid
Browse files Browse the repository at this point in the history
conflict
  • Loading branch information
mpecchi committed May 11, 2024
1 parent 8401b76 commit 0f0f4a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/gcms_data_analysis/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from matplotlib.figure import Figure
from matplotlib.axes import Axes
import matplotlib.pyplot as plt
from gcms_data_analysis.main import Project
from gcms_data_analysis.old_main import Project


lttrs: list[str] = list(string.ascii_lowercase)
Expand Down

0 comments on commit 0f0f4a7

Please sign in to comment.