Skip to content

Commit

Permalink
#527: fix import error in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 16, 2024
1 parent 13562bf commit 497ee80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/IO/test_vt_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
import subprocess
import unittest
from typing import Any
from typing import Any, Union

import brotli
import yaml
Expand Down

0 comments on commit 497ee80

Please sign in to comment.