Skip to content

Commit 9d77bbb

Browse files
authored
Fix formatting and remove unnecessary blank lines
Signed-off-by: Eric Brown <ericwb@users.noreply.github.com>
1 parent 8b7997f commit 9d77bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

precli/rules/go/stdlib/crypto_unrestricted_bind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
_New in version 0.8.1_
104104
105105
""" # noqa: E501
106+
106107
from typing import Optional
107108

108109
from precli.core import utils
@@ -112,7 +113,6 @@
112113
from precli.i18n import _
113114
from precli.rules import Rule
114115

115-
116116
INADDR_ANY = "0.0.0.0"
117117
IN6ADDR_ANY = "[::]"
118118

0 commit comments

Comments
 (0)