Skip to content

Commit f263553

Browse files
committed
linting to trigger CI
1 parent c127ba1 commit f263553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rex/vulnerability.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
l = logging.getLogger("rex.Vulnerability")
44

5-
class Vulnerability(object):
5+
class Vulnerability:
66

77
IP_OVERWRITE = "ip_overwrite"
88
PARTIAL_IP_OVERWRITE = "partial_ip_overwrite"

0 commit comments

Comments
 (0)