Skip to content

Commit

Permalink
Import music_box_logger the right way.
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-drews committed Jun 26, 2024
1 parent 509037b commit 5851f6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/acom_music_box/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
from .music_box_conditions import Conditions

from .music_box_evolving_conditions import EvolvingConditions
from acom_music_box import music_box_logger
from .music_box import MusicBox

4 changes: 3 additions & 1 deletion src/acom_music_box/music_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
from .music_box_species_list import SpeciesList
from .music_box_model_options import BoxModelOptions
from .music_box_conditions import Conditions
from acom_music_box import music_box_logger

import csv
import musica
import music_box_logger


class MusicBox:
"""
Expand Down
4 changes: 2 additions & 2 deletions src/acom_music_box/music_box_main.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from acom_music_box import MusicBox
from acom_music_box import music_box_logger


import math
import datetime
import sys

import music_box_logger



# Retrieve named arguments from the command line and
Expand Down

0 comments on commit 5851f6e

Please sign in to comment.