Skip to content

Commit 2274030

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 999433a commit 2274030

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/gen_doc_stubs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Generate documentation stubs."""
2+
23
from pathlib import Path
34
from typing import Set
45

psmq/message.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Messages for PSMQ."""
2+
23
from dataclasses import dataclass, field
34
from datetime import datetime, timedelta
45
from typing import Any, Optional

psmq/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Utility functions for the psmq package."""
2+
23
from itertools import islice
34
from typing import Any, Iterable, Tuple
45

0 commit comments

Comments
 (0)