Skip to content

Commit

Permalink
Post-review fixes 1 - use ast instead of _ast
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrydel committed Jul 8, 2022
1 parent b1a352d commit 06b7c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandit/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging
import os.path
import sys
from _ast import Constant
from ast import Constant

try:
import configparser
Expand Down

0 comments on commit 06b7c6a

Please sign in to comment.