Skip to content

Commit

Permalink
Restore support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Feb 21, 2024
1 parent 98bf618 commit 63d895b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/treelite/model_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import ctypes
import dataclasses
import json
from collections.abc import Sequence
from typing import Any, Dict, List, Optional, Tuple, Union
from typing import Any, Dict, List, Optional, Sequence, Tuple, Union

from .core import _LIB, _check_call
from .model import Model
Expand Down

0 comments on commit 63d895b

Please sign in to comment.