Skip to content

Commit eae29ad

Browse files
author
Ryan Beauchamp
committed
fix: import future annotations
Signed-off-by: Ryan Beauchamp <ryan.beauchamp@ezcater.com>
1 parent 14e4bd0 commit eae29ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/python/feast/infra/offline_stores/snowflake.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import contextlib
24
import os
35
import uuid

0 commit comments

Comments
 (0)