Skip to content

Commit 55f5257

Browse files
Remove commented line
1 parent 6a21fb9 commit 55f5257

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fourinsight/engineroom/utils/_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def __repr__(self):
143143
return f"LocalFileHandler {self._path.resolve()}"
144144

145145
def _pull(self):
146-
# return self.write(open(self._path, mode="r", encoding=self.encoding).read())
147146
with open(self._path, mode="r", encoding=self.encoding) as f:
148147
content = f.read()
149148
self.seek(0)

0 commit comments

Comments
 (0)