From 7b6722288588992f8af5fe4a71692c46cd874536 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:09:28 +0900 Subject: [PATCH] fix: move docstring --- helpers/servers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/servers.py b/helpers/servers.py index f86dae7..ef26b32 100644 --- a/helpers/servers.py +++ b/helpers/servers.py @@ -231,10 +231,10 @@ class Prereqs: @dataclass(slots=True) -""" -The gameport field is manipulated by the RowType.CONN_BY_IP method -""" class Record: + """ + The gameport field is manipulated by the RowType.CONN_BY_IP method + """ ip: str gameport: int qport: int