Skip to content

Commit 43b8b3c

Browse files
committed
Add forgotten import
1 parent 104a3f3 commit 43b8b3c

File tree

1 file changed

+2
-0
lines changed
  • qiling/extensions/coverage/formats

1 file changed

+2
-0
lines changed

qiling/extensions/coverage/formats/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
44
#
55

6+
from __future__ import annotations
7+
68
from abc import ABC, abstractmethod
79
from typing import TYPE_CHECKING
810

0 commit comments

Comments
 (0)