Skip to content

Commit 60cd313

Browse files
authored
Add import for Optional type in javax_crypto_weak_cipher.py
Signed-off-by: Eric Brown <ericwb@users.noreply.github.com>
1 parent 0cf5062 commit 60cd313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

precli/rules/java/stdlib/javax_crypto_weak_cipher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
_New in version 0.5.0_
139139
140140
""" # noqa: E501
141+
141142
from typing import Optional
142143

143144
from precli.core.call import Call

0 commit comments

Comments
 (0)