Skip to content

Commit

Permalink
Auto-format code using Clang-Format (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user committed Aug 15, 2024
1 parent 06571f0 commit f7691a5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/acom_music_box/music_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@
import logging
logger = logging.getLogger(__name__)

from .evolving_conditions import EvolvingConditions
from .reaction_list import ReactionList
from .reaction import Reaction, Branched, Arrhenius, Tunneling, Troe_Ternary
from .species_list import SpeciesList
from .model_options import BoxModelOptions
from .conditions import Conditions

import csv
import musica



class MusicBox:
"""
Expand Down

0 comments on commit f7691a5

Please sign in to comment.