Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Jul 20, 2017
1 parent a18319b commit aa65208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyup/cli.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from pyup import __version__, settings
from pyup.bot import DryBot, Bot
from pyup.bot import Bot
from pyup.requirements import RequirementFile, RequirementsBundle
from pyup.providers.github import Provider as GithubProvider
from pyup.providers.gitlab import Provider as GitlabProvider
Expand Down

0 comments on commit aa65208

Please sign in to comment.