Skip to content

Commit a1fd3d8

Browse files
Fix trailing newline at end of file
1 parent 6e5055e commit a1fd3d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/ipaddress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2420,4 +2420,4 @@ def __getattr__(name):
24202420

24212421
_deprecated("__version__", remove=(3, 20))
24222422
return "1.0" # Do not change
2423-
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
2423+
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")

0 commit comments

Comments
 (0)