Skip to content

Commit

Permalink
removing empty lines, removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Nov 22, 2018
1 parent 351f1e8 commit 4b3e12a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions ckan/cli/__init__.py
Expand Up @@ -5,10 +5,6 @@
import click
import logging
from logging.config import fileConfig as loggingFileConfig
from flask import Flask, current_app
from flask.cli import AppGroup, with_appcontext
from werkzeug.serving import run_simple


log = logging.getLogger(__name__)

Expand Down
1 change: 0 additions & 1 deletion ckan/cli/search_index.py
Expand Up @@ -9,7 +9,6 @@

@click.group(name=u'search-index', short_help=u'Search index commands')
@click.help_option(u'-h', u'--help')

def search_index():
pass

Expand Down

0 comments on commit 4b3e12a

Please sign in to comment.