Skip to content

Commit 81ed8c6

Browse files
committed
last quote I was missing oops
1 parent 6584f25 commit 81ed8c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/catalog/glue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def add_glue_catalog_id(params: Dict[str, str], **kwargs: Any) -> None:
303303

304304

305305
class GlueCatalog(MetastoreCatalog):
306-
glue: GlueClient
306+
glue: "GlueClient"
307307

308308
def __init__(self, name: str, client: Optional["GlueClient"] = None, **properties: Any):
309309
"""Glue Catalog.

0 commit comments

Comments
 (0)