mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
flake8: F401 '<module>' imported but unused.
This commit is contained in:
committed by
Dan Christian Bogos
parent
8538f557d8
commit
1684566be5
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user