Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Python 3.5 fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Oct 6, 2020
1 parent d3d707f commit c395fef
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions synapse/handlers/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import logging
from typing import (
TYPE_CHECKING,
Any,
Collection,
Dict,
Iterable,
List,
Optional,
Set,
Tuple,
)
from typing import TYPE_CHECKING, Any, Dict, Iterable, List, Optional, Set, Tuple

from synapse.api import errors
from synapse.api.constants import EventTypes
Expand All @@ -39,6 +29,7 @@
from synapse.logging.opentracing import log_kv, set_tag, trace
from synapse.metrics.background_process_metrics import run_as_background_process
from synapse.types import (
Collection,
JsonDict,
StreamToken,
UserID,
Expand Down

0 comments on commit c395fef

Please sign in to comment.