mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 10:47:38 +02:00
type hint format_symlink
This commit is contained in:
@@ -41,7 +41,7 @@ class InodeUser:
|
||||
inode_size: int
|
||||
|
||||
@staticmethod
|
||||
def format_symlink(symlink_source: str, symlink_dest: str):
|
||||
def format_symlink(symlink_source: str, symlink_dest: str) -> str:
|
||||
return f"{symlink_source} -> {symlink_dest}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user