Skip to content

Commit dc548ce

Browse files
committed
Fix spacing
1 parent bf1edfe commit dc548ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/hunter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ def source(self, getlines=linecache.getlines):
210210
except Exception as exc:
211211
return "??? NO SOURCE: {!r}".format(exc)
212212

213-
214213
@CachedProperty
215214
def _raw_source(self, getlines=linecache.getlines):
216215
if self.kind == 'call' and self.code.co_name != "<module>":

0 commit comments

Comments
 (0)