refactoring

This commit is contained in:
Maxim Devaev 2022-03-28 20:21:32 +03:00
parent 77eda0729b
commit 96f2d36af6

View File

@ -21,7 +21,6 @@
import io import io
import textwrap
from typing import Dict from typing import Dict
@ -43,7 +42,7 @@ from . import BaseAuthService
# ===== # =====
_FREERADUIS_DICT = textwrap.dedent(""" _FREERADUIS_DICT = """
# https://github.com/pyradius/pyrad/raw/master/example/dictionary # https://github.com/pyradius/pyrad/raw/master/example/dictionary
# #
@ -395,7 +394,7 @@ VALUE Packet-Type Accounting-Message 10
VALUE Packet-Type Access-Challenge 11 VALUE Packet-Type Access-Challenge 11
VALUE Packet-Type Status-Server 12 VALUE Packet-Type Status-Server 12
VALUE Packet-Type Status-Client 13 VALUE Packet-Type Status-Client 13
""") """
# ===== # =====