Skip to content

Commit

Permalink
python CI lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jennafauconnier committed Jul 25, 2024
1 parent 1a4f1b4 commit 3f7b72f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/firefighter/slack/messages/slack_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,9 @@ def get_blocks(self) -> list[Block]:
TextObject(
type="mrkdwn",
text=":bulb: Please take a moment to complete the post-mortem process. "
"It’s essential for continuous improvement!",
"""
`It's essential for continuous improvement!`
""",
)
]
),
Expand Down
2 changes: 1 addition & 1 deletion src/firefighter/slack/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def send_private_message(
**kwargs: Any,
) -> None:
"""Send a private message to the user."""
from firefighter.slack.models.conversation import (
from firefighter.slack.models.conversation import ( # noqa: PLC0415
Conversation,
ConversationStatus,
ConversationType,
Expand Down

0 comments on commit 3f7b72f

Please sign in to comment.