From 37fb0f2183c7220417f943ca3533ce31d22d797a Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Wed, 4 Dec 2024 18:52:54 +0100 Subject: [PATCH] skipping test file for pylint --- backend/src/sandbox/get_streets.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/sandbox/get_streets.py b/backend/src/sandbox/get_streets.py index 6488574..c7f604c 100644 --- a/backend/src/sandbox/get_streets.py +++ b/backend/src/sandbox/get_streets.py @@ -1,3 +1,5 @@ +# pylint: skip-file + import numpy as np import json import os