Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed May 17, 2024
1 parent b8adb54 commit 8dd8976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def _empty(v: any) -> any:

class ASN:
def __init__(self, asn_id: int):
# pylint: disable=E1101
self.id = asn_id
self.ip4 = IPSet()
self.ip6 = IPSet()
Expand Down

0 comments on commit 8dd8976

Please sign in to comment.