Skip to content

Commit

Permalink
fix sequence import for py3.8, 3.9 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
jun2zhou authored and npmitche committed Sep 30, 2024
1 parent 30a2f61 commit ac86455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/create_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"""

import os
from collections.abc import Sequence
#from collections.abc import Sequence
from typing import Sequence
import shutil
import sys

Expand Down

0 comments on commit ac86455

Please sign in to comment.