flake8: F401 '<module>' imported but unused.

This commit is contained in:
Bas Couwenberg
2019-05-02 10:31:28 +02:00
committed by Dan Christian Bogos
parent 8538f557d8
commit 1684566be5
2 changed files with 0 additions and 4 deletions

View File

@@ -6,8 +6,6 @@
# ^ the script will "move" the collections if source and target server are the same
# but will "copy" (dump/restore) if source and target servers are different
import os
import shutil
import subprocess
import sys
from collections import OrderedDict

View File

@@ -8,8 +8,6 @@
# behaviour:
# ^ the script will not overwrite keys on the destination server/database
import time
import redis
from_host = '127.0.0.1'