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 textwrap
from typing import Dict
@ -43,8 +42,8 @@ from . import BaseAuthService
# =====
_FREERADUIS_DICT = textwrap.dedent("""
# https://github.com/pyradius/pyrad/raw/master/example/dictionary
_FREERADUIS_DICT = """
# https://github.com/pyradius/pyrad/raw/master/example/dictionary
#
# Following are the proper new names. Use these.
@ -395,7 +394,7 @@ VALUE Packet-Type Accounting-Message 10
VALUE Packet-Type Access-Challenge 11
VALUE Packet-Type Status-Server 12
VALUE Packet-Type Status-Client 13
""")
"""
# =====