Skip to content

Commit

Permalink
Merge pull request #126 from GoogleCloudPlatform/feateng-quotes-minor
Browse files Browse the repository at this point in the history
minor quotes change (nbqa)
  • Loading branch information
Daniel Sparing committed Nov 24, 2021
2 parents 42cdb1b + 5b202f5 commit 6ec20ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -94,9 +94,9 @@
"BUCKET = PROJECT\n",
"REGION = \"us-central1\"\n",
"\n",
"os.environ['PROJECT'] = PROJECT\n",
"os.environ['BUCKET'] = BUCKET\n",
"os.environ['REGION'] = REGION"
"os.environ[\"PROJECT\"] = PROJECT\n",
"os.environ[\"BUCKET\"] = BUCKET\n",
"os.environ[\"REGION\"] = REGION"
]
},
{
Expand Down
Expand Up @@ -347,9 +347,9 @@
"BUCKET = PROJECT\n",
"REGION = \"us-central1\"\n",
"\n",
"os.environ['PROJECT'] = PROJECT\n",
"os.environ['BUCKET'] = BUCKET\n",
"os.environ['REGION'] = REGION"
"os.environ[\"PROJECT\"] = PROJECT\n",
"os.environ[\"BUCKET\"] = BUCKET\n",
"os.environ[\"REGION\"] = REGION"
]
},
{
Expand Down

0 comments on commit 6ec20ae

Please sign in to comment.