We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a493d95 commit 4e93c86Copy full SHA for 4e93c86
1 file changed
resourcemanager/create_project.py
@@ -3,7 +3,9 @@
3
import random
4
5
from googleapiclient.errors import HttpError
6
-from random_words import RandomWords
+
7
+import RandomWords
8
9
from utils import build_client, wait_for_active
10
11
0 commit comments