Commit 1c3a01a
The Type Checking fix from #2433 introduced a new issue that causes an
error while persisting to the database.
This PR should fix that while passing mypy checks.
if not isinstance(self.storage_client, GCSStorageClient)
^^^^^^^^^^^^^^^^
NameError: name 'GCSStorageClient' is not defined. Did you mean:
'BaseStorageClient'?
---------
Co-authored-by: Josh Hayes <[email protected]>
1 parent 78d67ad commit 1c3a01a
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
202 | 208 | | |
203 | 209 | | |
204 | 210 | | |
205 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
206 | 215 | | |
207 | 216 | | |
208 | 217 | | |
| |||
0 commit comments