Skip to content

Commit

Permalink
Python: Accept fix from module-resolution PR
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Nov 22, 2022
1 parent c7b733c commit bb104fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
failures
debug_callableNotUnique
pointsTo_found_typeTracker_notFound
| pkg/use.py:10:5:10:10 | ControlFlowNode for func() | "pkg/func_def.py:func" |
typeTracker_found_pointsTo_notFound
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def test_direct_import():

def test_alias_problem():
from .alias_problem import func
func() # $ pt="pkg/func_def.py:func" MISSING: tt="pkg/func_def.py:func"
func() # $ pt,tt="pkg/func_def.py:func"

test_alias_problem() # $ pt,tt=test_alias_problem

Expand Down

0 comments on commit bb104fc

Please sign in to comment.