Skip to content

Commit

Permalink
remove missing type subs pyright command
Browse files Browse the repository at this point in the history
  • Loading branch information
superlopuh committed May 29, 2023
1 parent ec65671 commit 0500cfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/Toy/toy/emulator/emulator_iop.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from __future__ import annotations
from typing import IO, ClassVar

# pyright: reportMissingTypeStubs=false

from riscemu import RunConfig, UserModeCPU, RV32I, RV32M, AssemblyFileLoader, MMU

Check failure on line 4 in docs/Toy/toy/emulator/emulator_iop.py

View workflow job for this annotation

GitHub Actions / build (3.11)

Stub file not found for "riscemu" (reportMissingTypeStubs)
from riscemu.instructions import InstructionSet, Instruction

Check failure on line 5 in docs/Toy/toy/emulator/emulator_iop.py

View workflow job for this annotation

GitHub Actions / build (3.11)

Stub file not found for "riscemu.instructions" (reportMissingTypeStubs)

Expand Down

0 comments on commit 0500cfa

Please sign in to comment.