Skip to content

Commit

Permalink
test/cmark.py: avoid star imports
Browse files Browse the repository at this point in the history
This makes static analysis of the code easier.
  • Loading branch information
jwilk authored and jgm committed Jan 12, 2024
1 parent 6f89d1a commit 623aba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

from ctypes import CDLL, c_char_p, c_size_t, c_int, c_void_p
from subprocess import *
from subprocess import Popen, PIPE
import platform
import os

Expand Down

0 comments on commit 623aba2

Please sign in to comment.