Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
[#9] remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored Feb 14, 2018
1 parent 3eb6bf0 commit 532eae9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions irodsqueue/cli.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import sys
import os
import types
import click
from click.decorators import pass_context
import types

from irodsqueue import __version__ as VERSION, CHUNK_SIZE
from irodsqueue.utils import make_ingest_queue
Expand Down

0 comments on commit 532eae9

Please sign in to comment.