Skip to content

Commit 00d5cf4

Browse files
committed
Fix linter warnings
1 parent 330016d commit 00d5cf4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/blocklist.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
@dataclass
1010
class BlocklistData:
11+
"""Dataclass for online blocklist requests, including usernames and etag."""
12+
1113
users: list[str]
1214
etag: str | None
1315

0 commit comments

Comments
 (0)