Skip to content
Snippets Groups Projects
Commit 306361b3 authored by David Baker's avatar David Baker
Browse files

Misc PR feedback bits

parent bddfad25
Branches
Tags
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import simplejson as json import json
from twisted.internet import defer from twisted.internet import defer
...@@ -76,7 +76,7 @@ class EndToEndRoomKeyStore(SQLBaseStore): ...@@ -76,7 +76,7 @@ class EndToEndRoomKeyStore(SQLBaseStore):
session_id(str): the session whose room_key we're setting session_id(str): the session whose room_key we're setting
room_key(dict): the room_key being set room_key(dict): the room_key being set
Raises: Raises:
StoreError if stuff goes wrong, probably StoreError
""" """
yield self._simple_upsert( yield self._simple_upsert(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment