Skip to content

Commit

Permalink
disable member check in pylint to satisfy gh actions: fix this?
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie999 committed Dec 6, 2024
1 parent cddf8ab commit 8067838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursed/modules/networking/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
""" Manages network interfaces, addresses and firewalls """
# pylint: disable=trailing-whitespace, line-too-long, no-name-in-module
# pylint: disable=trailing-whitespace, line-too-long, no-name-in-module, no-member
from ipaddress import IPv4Network, IPv6Network
import datetime
import ipaddress
Expand Down

0 comments on commit 8067838

Please sign in to comment.