Skip to content

Commit

Permalink
Added missing import to print_rows test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie authored May 25, 2024
1 parent 6585613 commit 73c44fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/6_print_rows_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from chafa import *
from chafa.loader import Loader

from pathlib import Path

FONT_WIDTH = 11
FONT_HEIGHT = 24

Expand Down

0 comments on commit 73c44fc

Please sign in to comment.