remove unused import (codacy issue)
This commit is contained in:
parent
d9efd5c61b
commit
062e6960a8
|
@ -20,7 +20,6 @@ Script to provide a command line interface to a Refine server.
|
||||||
|
|
||||||
|
|
||||||
import optparse
|
import optparse
|
||||||
import os
|
|
||||||
|
|
||||||
from google.refine import refine
|
from google.refine import refine
|
||||||
from google.refine import cli
|
from google.refine import cli
|
||||||
|
|
Loading…
Reference in New Issue