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

Commit 449d01d

Browse files
committed
Use an absolute import for AccountValidityModuleApiCallbacks
1 parent ee9bcd1 commit 449d01d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: synapse/module_api/callbacks/__init__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from .account_validity_callbacks import AccountValidityModuleApiCallbacks
15+
from synapse.module_api.callbacks.account_validity_callbacks import (
16+
AccountValidityModuleApiCallbacks
17+
)
1618

1719

1820
class ModuleApiCallbacks:

0 commit comments

Comments
 (0)