From 337b4b76c77acea44338b85b8e66ad6896299409 Mon Sep 17 00:00:00 2001 From: Willi Date: Fri, 18 Aug 2023 21:50:04 +0530 Subject: [PATCH] nonsense change to test if CI accesses secrets on repo forks --- sources/shopify_dlt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/shopify_dlt/__init__.py b/sources/shopify_dlt/__init__.py index 7b0f151a2..3953eae6d 100644 --- a/sources/shopify_dlt/__init__.py +++ b/sources/shopify_dlt/__init__.py @@ -1,4 +1,4 @@ -"""Fetches Shopify Orders and Products.""" +"""Fetches Shopify Orders and Products. """ from typing import Any, Dict, Iterator, Iterator, Optional, Iterable