Skip to content

Commit

Permalink
Fix erroneous base class for the standard library use-def tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr authored Jan 21, 2025
1 parent 3f3c950 commit 928a341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,6 @@ def test_call(self):
code = "from foo import bar; bar(1, 2)"
self.checkChains(code, "<Call> <- {<Constant>, <Constant>, bar}, bar <- {bar}")

class TestUseDefChainsStdlib(TestDefUseChains):
class TestUseDefChainsStdlib(TestUseDefChains):
ast = _ast

0 comments on commit 928a341

Please sign in to comment.