Skip to content

Commit

Permalink
add missing sequence import
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek committed Jun 9, 2021
1 parent d7f15f3 commit dc6f263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql_metadata/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Module with various utils
"""
from typing import Any, List
from typing import Any, List, Sequence


class UniqueList(list):
Expand Down

0 comments on commit dc6f263

Please sign in to comment.