mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
Formatting
This commit is contained in:
parent
687e07320e
commit
cfff133ae0
1 changed files with 2 additions and 2 deletions
|
|
@ -133,8 +133,8 @@ class RelativeVirtualAddress(int, Address):
|
|||
"""a memory address relative to a base address"""
|
||||
|
||||
def __new__(cls, *args, **kwargs):
|
||||
#TODO(corkamig): Removal for v3.5.0
|
||||
#https://github.com/mandiant/capa/issues/3072
|
||||
# TODO(corkamig): Removal for v3.5.0
|
||||
# https://github.com/mandiant/capa/issues/3072
|
||||
warnings.warn("RelativeVirtualAddress is deprecated - cf issue #3072", DeprecationWarning, stacklevel=2)
|
||||
return super().__new__(cls, *args, **kwargs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue