Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dagl authored and diocas committed Sep 5, 2022
1 parent 3f6ca30 commit baa69f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cs3api4lab/api/cs3apismanager.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import time

import nbformat
import mimetypes
import os
Expand Down
2 changes: 0 additions & 2 deletions cs3api4lab/handlers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import json
import time
import asyncio

from jupyter_server.base.handlers import APIHandler
from tornado import gen, web
Expand Down

0 comments on commit baa69f0

Please sign in to comment.