You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @zazyzaya,
Apologies for making your IDE sad. The error has been noted, and will be changed after the challenge concludes on May the 10th. We don't want to push any changes, however little, as it means all submissions will have to be reevaluated. We'll make sure to modify this after the challenge is finished.
Cheers!
Tiny issue, but the constructor for
AllowTrafficZone
is written asdef __init__(self, session: int, agent: str, from_subnet: str, to_subnet: IPv4Network):
when it should be
def __init__(self, session: int, agent: str, from_subnet: str, to_subnet: str):
and it's making my IDE sad.
The text was updated successfully, but these errors were encountered: