diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-30 11:43:00 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-30 11:43:00 +0000 |
commit | c562f237f6236c981f2e7858ff2748f62bd63ad1 (patch) | |
tree | 8cf7a3a491f38ed0febe86d355ab069457737982 | |
parent | Create a separate filter object to do the actual filtering, so that we can (diff) | |
download | synapse-c562f237f6236c981f2e7858ff2748f62bd63ad1.tar.xz |
Unused import
-rw-r--r-- | synapse/api/filtering.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/api/filtering.py b/synapse/api/filtering.py index b7e5d3222f..fa4de2614d 100644 --- a/synapse/api/filtering.py +++ b/synapse/api/filtering.py @@ -12,8 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -from twisted.internet import defer - from synapse.api.errors import SynapseError from synapse.types import UserID, RoomID |