We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b03bf commit 5d970c1Copy full SHA for 5d970c1
tiktoken/_educational.py
@@ -1,4 +1,6 @@
1
"""This is an educational implementation of the byte pair encoding algorithm."""
2
+from __future__ import annotations
3
+
4
import collections
5
import itertools
6
from typing import Optional
0 commit comments