Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dlouseiro committed Jun 3, 2024
1 parent 3ddeb7f commit b42abcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diepvries/deserializers/snowflake_deserializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from collections import defaultdict
from dataclasses import asdict, dataclass
from functools import cached_property
from typing import Dict, List, Optional, Type
from typing import Dict, List, Literal, Optional, Type

from snowflake.connector import DictCursor, connect

Expand Down

0 comments on commit b42abcc

Please sign in to comment.