Open zazyzaya opened 6 months ago
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.