Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Mar 11, 2024
1 parent f4ebc6e commit 3e3dafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cairocffi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import os
import sys
from contextlib import suppress
from ctypes.util import find_library

from . import constants
Expand Down

0 comments on commit 3e3dafd

Please sign in to comment.