diff --git a/sanic/blueprint_group.py b/sanic/blueprint_group.py index 9519d4f0..45453b95 100644 --- a/sanic/blueprint_group.py +++ b/sanic/blueprint_group.py @@ -1,4 +1,4 @@ -from collections import MutableSequence +from collections.abc import MutableSequence class BlueprintGroup(MutableSequence):