Skip to content

Commit 4e93c86

Browse files
committed
Fixed module import
1 parent a493d95 commit 4e93c86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resourcemanager/create_project.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
import random
44

55
from googleapiclient.errors import HttpError
6-
from random_words import RandomWords
6+
7+
import RandomWords
8+
79
from utils import build_client, wait_for_active
810

911

0 commit comments

Comments
 (0)