Commit 676ed9d
Move import statment inside sample (GoogleCloudPlatform#1948)
* Move import statment inside sample
Import statement does not appear inside [this sample](https://cloud.google.com/functions/docs/env-var#functions_env_var_access-python). Makes the published sample misleading because it won't work as-is.
* Linter fix1 parent 2094cb4 commit 676ed9d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
0 commit comments