mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-19 18:17:37 +03:00
Bouncer: Minor docs edit & remove un-needed Validator import
This commit is contained in:
parent
555c9dd813
commit
579e185b86
@ -19,8 +19,7 @@ Architecture:
|
||||
2. The payload is extracted using `get_decompressed_message()`, as the
|
||||
message *may* be compressed, but might not be.
|
||||
|
||||
3. The result of that, which XXX,
|
||||
is passed on to forward_message()
|
||||
3. The result of that is passed on to forward_message()
|
||||
which spawns a greenlet to actually send the message on using
|
||||
`push_message()`.
|
||||
|
||||
@ -41,7 +40,6 @@ from pkg_resources import resource_string
|
||||
# import os
|
||||
|
||||
from eddn.conf.Settings import Settings, loadConfig
|
||||
from eddn.core.Validator import Validator, ValidationSeverity
|
||||
|
||||
from gevent import monkey
|
||||
monkey.patch_all()
|
||||
|
Loading…
x
Reference in New Issue
Block a user