0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 14:38:18 +02:00

fix imports

broken in 5938928 :-S
This commit is contained in:
Richard van der Hoff 2022-05-03 13:59:28 +01:00 committed by GitHub
parent 5938928c59
commit 77dee1b451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,