Skip to content

Commit

Permalink
efunction_type.py to mypy compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
cdleary committed Apr 28, 2024
1 parent aad09ec commit 7d180ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions presubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

subprocess.check_call([
'mypy',
'src/echo/efunction_type.py',
'src/echo/frame_objects.py',
'src/echo/__init__.py',
'src/echo/import_routines.py',
Expand Down
2 changes: 1 addition & 1 deletion src/echo/efunction_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from echo.epy_object import EPyObject, EPyType, AttrWhere
from echo.interp_context import ICtx
from echo.interp_result import Result
from echo.eobjects import E_PREFIX
from echo.eobjects import E_PREFIX, get_guest_builtin, EMethod
from echo.enative_fn import ENativeFn


Expand Down

0 comments on commit 7d180ce

Please sign in to comment.