From 7d73978b39ed015e3e563c6cf05e57f439b0f063 Mon Sep 17 00:00:00 2001 From: calumbell Date: Wed, 9 Oct 2024 22:23:45 +0100 Subject: [PATCH] updated v2/models imports --- api_v2/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_v2/models/__init__.py b/api_v2/models/__init__.py index b592293f..7115d840 100644 --- a/api_v2/models/__init__.py +++ b/api_v2/models/__init__.py @@ -58,4 +58,4 @@ from .speed import HasSpeed -from .rules import Rule, RuleSet \ No newline at end of file +from .rule import Rule, RuleSet \ No newline at end of file