mirror of
https://github.com/mandiant/capa.git
synced 2026-06-12 11:01:31 -07:00
Formatting fix
This commit is contained in:
@@ -133,11 +133,7 @@ class RelativeVirtualAddress(int, Address):
|
||||
"""a memory address relative to a base address"""
|
||||
|
||||
def __new__(cls, *args, **kwargs):
|
||||
warnings.warn(
|
||||
"RelativeVirtualAddress is deprecated",
|
||||
DeprecationWarning,
|
||||
stacklevel=2
|
||||
)
|
||||
warnings.warn("RelativeVirtualAddress is deprecated", DeprecationWarning, stacklevel=2)
|
||||
return super().__new__(cls, *args, **kwargs)
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user