Skip to content

Commit

Permalink
fix TypeError for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ploeber committed Mar 8, 2024
1 parent c12e2ea commit 58228dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assemblyai/lemur.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import concurrent.futures
from typing import Any, Dict, List, Optional, Union

Expand Down

0 comments on commit 58228dd

Please sign in to comment.