Skip to content

Commit

Permalink
Move docstring up so it gets printed again in server
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Jan 31, 2024
1 parent 3a47cc0 commit 52a1dc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ynca/server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
from __future__ import annotations

"""
Simple socket server to test without a real YNCA device
Expand All @@ -10,6 +9,8 @@
It is intended to be just enough to test without a real device
"""

from __future__ import annotations

import argparse
import logging
import re
Expand Down

0 comments on commit 52a1dc7

Please sign in to comment.