mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Bump black configuration to target py36 (#9781)
Signed-off-by: Dan Callahan <danc@element.io>
This commit is contained in:
parent
1fc97ee876
commit
1d5f0e3529
11 changed files with 16 additions and 15 deletions
|
@ -190,7 +190,7 @@ def setup_test_homeserver(
|
|||
config=None,
|
||||
reactor=None,
|
||||
homeserver_to_use: Type[HomeServer] = TestHomeServer,
|
||||
**kwargs
|
||||
**kwargs,
|
||||
):
|
||||
"""
|
||||
Setup a homeserver suitable for running tests against. Keyword arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue