Removed unused export
This commit is contained in:
parent
8282b3211a
commit
462e12e4ec
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
import os, shutil
|
||||
from yaml import load, dump
|
||||
from yaml import load
|
||||
from project.utils import shell, constants
|
||||
|
||||
try:
|
||||
from yaml import CLoader as Loader, CDumper as Dumper
|
||||
from yaml import CLoader as Loader
|
||||
except ImportError:
|
||||
from yaml import Loader, Dumper
|
||||
from yaml import Loader
|
||||
|
||||
|
||||
def atom():
|
||||
|
|
Reference in a new issue