Skip to content

Commit

Permalink
Merge pull request #202 from lsst-ts/tickets/DM-45031
Browse files Browse the repository at this point in the history
DM-45031: Run pending isort hook
  • Loading branch information
ugyballoons authored Jul 4, 2024
2 parents 1e83664 + dd52735 commit 911c773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lsst/ts/rubintv/middleware/x_forwarded.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/ts/rubintv/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 911c773

Please sign in to comment.