diff --git a/linkedin_matrix/commands/auth.py b/linkedin_matrix/commands/auth.py index 2bb1ded..2c4b70d 100644 --- a/linkedin_matrix/commands/auth.py +++ b/linkedin_matrix/commands/auth.py @@ -1,4 +1,3 @@ -import json import logging from mautrix.bridge.commands import HelpSection, command_handler diff --git a/linkedin_matrix/db/upgrade/v09_cookie_table.py b/linkedin_matrix/db/upgrade/v09_cookie_table.py index 6db178d..20c6d8b 100644 --- a/linkedin_matrix/db/upgrade/v09_cookie_table.py +++ b/linkedin_matrix/db/upgrade/v09_cookie_table.py @@ -1,6 +1,3 @@ -import logging -import pickle - from mautrix.util.async_db import Connection from . import upgrade_table