From 826c7538e091fac14d987a3cd654975da964e240 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 18:50:17 -0700 Subject: make fmt (black 21.9b0) --- python/sandcrawler/fileset_types.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/sandcrawler/fileset_types.py') diff --git a/python/sandcrawler/fileset_types.py b/python/sandcrawler/fileset_types.py index f543ede..3398833 100644 --- a/python/sandcrawler/fileset_types.py +++ b/python/sandcrawler/fileset_types.py @@ -62,6 +62,7 @@ class PlatformScopeError(Exception): - a 'latest version' record, when the platform has version-specific records - a single file within a dataset for a platform which has file-level identifiers """ + pass @@ -69,4 +70,5 @@ class PlatformRestrictedError(Exception): """ When datasets are not publicly available on a platform (yet) """ + pass -- cgit v1.2.3