Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: import union & literal
Browse files Browse the repository at this point in the history
harshit-wadhwani committed Nov 29, 2024
1 parent e11313c commit 0a2f177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/ida/plugin/model.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and limitations under the License.

from typing import Optional
from typing import Optional, Union, Literal
from collections import deque

import idc

0 comments on commit 0a2f177

Please sign in to comment.