diff --git a/synapse/events/__init__.py b/synapse/events/__init__.py index 56c6ccc22c..c238376caf 100644 --- a/synapse/events/__init__.py +++ b/synapse/events/__init__.py @@ -14,7 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import abcimport os +import abc +import os from typing import ( TYPE_CHECKING, Any,