diff --git a/pySim/runtime.py b/pySim/runtime.py index d6c6d19c..88de69eb 100644 --- a/pySim/runtime.py +++ b/pySim/runtime.py @@ -38,7 +38,7 @@ def lchan_nr_from_cla(cla: int) -> int: class RuntimeState: """Represent the runtime state of a session with a card.""" - def __init__(self, card, profile: 'CardProfile'): + def __init__(self, card: 'CardBase', profile: 'CardProfile'): """ Args: card : pysim.cards.Card instance