Commit e486985
authored
REST: Allow Identifier type in
# Rationale for this change
Fix the warning message in the IDE.
The base class and other classes use the `str | Identifier` style in the
`drop_view` method.
I also confirmed that other methods in the REST catalog class use `str |
Identifier` for identifiers.
## Are these changes tested?
N/A
## Are there any user-facing changes?
No
<!-- In the case of user-facing changes, please add the changelog label.
-->drop_view method (#3408)1 parent 8055a60 commit e486985
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1461 | 1461 | | |
1462 | 1462 | | |
1463 | 1463 | | |
1464 | | - | |
| 1464 | + | |
1465 | 1465 | | |
1466 | 1466 | | |
1467 | 1467 | | |
| |||
0 commit comments