Skip to content

Commit 693a0ce

Browse files
committed
removing uncessary line
1 parent 2c16e15 commit 693a0ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter_server/services/contents/filemanager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,6 @@ async def _dir_model(self, path, content=True):
807807

808808
if content:
809809
model["content"] = contents = []
810-
dir_contents = await run_sync(os.listdir, os_dir)
811810
for name in dir_contents:
812811
try:
813812
os_path = os.path.join(os_dir, name)

0 commit comments

Comments
 (0)