Skip to content

Commit b8e1700

Browse files
committed
docs(libtmux): Replace flake8 ignore with docstring
1 parent 6444d09 commit b8e1700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# flake8: NOQA
1+
"""libtmux, a typed, pythonic API wrapper for the tmux terminal multiplexer."""
22
from .__about__ import (
33
__author__,
44
__copyright__,

0 commit comments

Comments
 (0)