remove unused import (codacy issue)

This commit is contained in:
Felix Lohmeier 2019-08-16 12:27:27 +02:00
parent d9efd5c61b
commit 062e6960a8
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ Script to provide a command line interface to a Refine server.
import optparse
import os
from google.refine import refine
from google.refine import cli