Linter fixes

NB I have permitted bare except: blocks in smart_scan. This should be reverted.
This commit is contained in:
Richard Bowman 2024-12-03 06:43:45 +00:00
parent 57177c6a56
commit 27aec769a2
4 changed files with 16 additions and 23 deletions

View file

@ -2,7 +2,6 @@ import json
import os
import tempfile
from fastapi import Depends, FastAPI
from fastapi.testclient import TestClient
from labthings_fastapi.client import ThingClient
from PIL import Image