mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 02:24:54 +03:00
lint
This commit is contained in:
parent
358777d814
commit
7f15dd71ab
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ class ServerConfig(Config):
|
||||||
"federation_ip_range_blacklist", [],
|
"federation_ip_range_blacklist", [],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
# Attempt to create an IPSet from the given ranges
|
# Attempt to create an IPSet from the given ranges
|
||||||
try:
|
try:
|
||||||
self.federation_ip_range_blacklist = IPSet(
|
self.federation_ip_range_blacklist = IPSet(
|
||||||
|
|
Loading…
Reference in a new issue