summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-08-28 18:05:39 +0100
committerJorik Schellekens <joriks@matrix.org>2019-08-28 18:05:39 +0100
commitcea9329e0bce59573f799feb40b2988b24b5ba53 (patch)
treefc7247c04690b02ffecf9bb4998caf8422434dd4
parentUpdate state representation (diff)
downloadsynapse-cea9329e0bce59573f799feb40b2988b24b5ba53.tar.xz
Black is still the new black
-rw-r--r--synapse_topology/model/util.py1
-rw-r--r--synapse_topology/server/utils.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/synapse_topology/model/util.py b/synapse_topology/model/util.py

index aad2de4efe..5dee093691 100644 --- a/synapse_topology/model/util.py +++ b/synapse_topology/model/util.py
@@ -6,4 +6,3 @@ def is_subpath(superpath, subpath): superpath = realpath(superpath) relative = relpath(subpath, superpath) return not relative.startswith(pardir + sep) - diff --git a/synapse_topology/server/utils.py b/synapse_topology/server/utils.py
index aab851aa1b..8450f5b6de 100644 --- a/synapse_topology/server/utils.py +++ b/synapse_topology/server/utils.py
@@ -46,4 +46,3 @@ def log_body_if_fail(func): raise return _log_wrapper -