mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 01:05:00 -04:00
Bump black
and click
versions (#12320)
This commit is contained in:
parent
6f2943714b
commit
a2b00a4486
16 changed files with 37 additions and 30 deletions
|
@ -41,7 +41,7 @@ from synapse.types import ISynapseReactor
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
_VALID_URI = re.compile(br"\A[\x21-\x7e]+\Z")
|
||||
_VALID_URI = re.compile(rb"\A[\x21-\x7e]+\Z")
|
||||
|
||||
|
||||
@implementer(IAgent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue