Skip to content

Commit

Permalink
missing import sys
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed Sep 20, 2024
1 parent 593649e commit 39b6e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_unicode.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import skia
import pytest
import sys

def test_Unicodes_init0():
if sys.platform.startswith("win"):
Expand Down

0 comments on commit 39b6e0d

Please sign in to comment.