From 7446ad36464b1768d0a8eea7458bd25cabce18c8 Mon Sep 17 00:00:00 2001 From: Ken Payne Date: Tue, 19 Sep 2023 14:57:06 +0100 Subject: [PATCH] py3.8 fix --- src/singerlake/store/local.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/singerlake/store/local.py b/src/singerlake/store/local.py index 4ead15f..195dbf0 100644 --- a/src/singerlake/store/local.py +++ b/src/singerlake/store/local.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import hashlib import json import typing as t