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

Commit

Permalink
Use an absolute import for AccountValidityModuleApiCallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Mar 15, 2023
1 parent ee9bcd1 commit 449d01d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synapse/module_api/callbacks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from .account_validity_callbacks import AccountValidityModuleApiCallbacks
from synapse.module_api.callbacks.account_validity_callbacks import (
AccountValidityModuleApiCallbacks
)


class ModuleApiCallbacks:
Expand Down

0 comments on commit 449d01d

Please sign in to comment.