From dd5273515c402f57d42f26b42be0639fa30a69fe Mon Sep 17 00:00:00 2001 From: ugyballoons Date: Tue, 2 Jul 2024 16:35:45 +0100 Subject: [PATCH] Run pending isort hook --- python/lsst/ts/rubintv/middleware/x_forwarded.py | 2 +- python/lsst/ts/rubintv/models/models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/lsst/ts/rubintv/middleware/x_forwarded.py b/python/lsst/ts/rubintv/middleware/x_forwarded.py index 1a70cfea..8155d4a6 100644 --- a/python/lsst/ts/rubintv/middleware/x_forwarded.py +++ b/python/lsst/ts/rubintv/middleware/x_forwarded.py @@ -12,7 +12,7 @@ # Once we have safir available on the T&S base develop image again, # we should roll this back to use it from safir.middleware.x_forwarded -# See DM-45095 https://rubinobs.atlassian.net/browse/DM-45095 +# See DM-45095 (https://rubinobs.atlassian.net/browse/DM-45095) class XForwardedMiddleware: diff --git a/python/lsst/ts/rubintv/models/models.py b/python/lsst/ts/rubintv/models/models.py index 11a7ae47..1e283feb 100644 --- a/python/lsst/ts/rubintv/models/models.py +++ b/python/lsst/ts/rubintv/models/models.py @@ -6,9 +6,9 @@ from enum import Enum from typing import Any +from lsst.ts.rubintv.config import rubintv_logger from pydantic import BaseModel, ConfigDict from pydantic.dataclasses import dataclass -from lsst.ts.rubintv.config import rubintv_logger from .. import __version__ from ..config import config