Skip to content

Commit

Permalink
Minor spacing changes from 8 spaces to 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nanglo123 committed Sep 15, 2023
1 parent 80bc5a7 commit fe5f88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mira/modeling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class Transition:
def __init__(
self, key, consumed, produced, control, rate, template_type, template: Template,
self, key, consumed, produced, control, rate, template_type, template: Template,
):
self.key = key
self.consumed = consumed
Expand Down Expand Up @@ -65,7 +65,7 @@ def __init__(self, template_model):
self.make_model()

def assemble_variable(
self, concept: Concept, initials: Optional[Mapping[str, Initial]] = None,
self, concept: Concept, initials: Optional[Mapping[str, Initial]] = None,
):
"""Assemble a variable from a concept and optional
dictionary of initial values.
Expand Down

0 comments on commit fe5f88c

Please sign in to comment.