Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent 9f44071 commit 48d4d3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/gen_doc_stubs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Generate documentation stubs."""

from pathlib import Path
from typing import Set

Expand Down
1 change: 1 addition & 0 deletions psmq/message.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Messages for PSMQ."""

from dataclasses import dataclass, field
from datetime import datetime, timedelta
from typing import Any, Optional
Expand Down
1 change: 1 addition & 0 deletions psmq/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utility functions for the psmq package."""

from itertools import islice
from typing import Any, Iterable, Tuple

Expand Down

0 comments on commit 48d4d3f

Please sign in to comment.