From 38ea3b6815dc280f0190834cf62a5ada71de28e4 Mon Sep 17 00:00:00 2001 From: Markus Kreft <72987194+elg3a@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:29:32 +0200 Subject: [PATCH] fix: Adds `is_expired` function to main scope. To comply with the SDK Reference, the `is_expired` function is added to the main `smartcar` scope. --- smartcar/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/smartcar/__init__.py b/smartcar/__init__.py index 86685748..fb9e11f8 100644 --- a/smartcar/__init__.py +++ b/smartcar/__init__.py @@ -12,6 +12,7 @@ get_api_version, set_api_version, verify_payload, + is_expired, ) from smartcar.vehicle import Vehicle