Skip to content

Commit

Permalink
Remove unused call to get_pymodule()
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Dec 16, 2022
1 parent be6cd25 commit da95587
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rope/contrib/findit.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def __init__(self, occurrence):
self.lineno = occurrence.lineno

def __repr__(self):
self.resource.project.get_pymodule(self.resource)
return '<{}.{} "{}:{} ({}-{})" at {}>'.format(
self.__class__.__module__,
self.__class__.__name__,
Expand Down

0 comments on commit da95587

Please sign in to comment.