Skip to content

Commit

Permalink
[MINOR] Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Jan 10, 2025
1 parent 02895f5 commit a251870
Show file tree
Hide file tree
Showing 19 changed files with 679 additions and 710 deletions.
4 changes: 2 additions & 2 deletions iplib3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A pathlib-equivalent library for IP addresses"""
"""A pathlib-equivalent library for IP addresses."""

from iplib3.address import *
from iplib3.subnet import *
from iplib3.validators import *

__all__ = ('IPAddress', 'IPv4', 'IPv6', 'port_validator')
__all__ = ("IPAddress", "IPv4", "IPv6", "port_validator")
Loading

0 comments on commit a251870

Please sign in to comment.