Skip to content

Commit

Permalink
fix: Fix dep problem
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed May 20, 2019
1 parent 7e7781d commit df2cb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/suggestion/v1alpha1/NAS_Envelopenet/nac_gen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pkg.suggestion.NAS_Envelopenet.generate_arch import NACAlg
from pkg.suggestion.v1alpha1.NAS_Envelopenet.generate_arch import NACAlg

class NAC:
def __init__(self,
Expand Down
2 changes: 1 addition & 1 deletion pkg/suggestion/v1alpha1/NAS_Envelopenet/operation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pkg.api.python import api_pb2
from pkg.api.v1alpha1.python import api_pb2

class SearchSpace(object):
def __init__(self, operations):
Expand Down

0 comments on commit df2cb16

Please sign in to comment.