Skip to content

Commit

Permalink
Don't import using *
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Jul 23, 2023
1 parent 2e29b8e commit e0e5970
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tests/test_fontsize.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# This Python file uses the following encoding: utf-8

from unittest import TestCase
from panflute import *
from panflute import (
Code,
CodeBlock,
Div,
Doc,
MetaList,
MetaMap,
MetaString,
Para,
RawBlock,
RawInline,
Span,
)

import pandoc_latex_fontsize

Expand Down

0 comments on commit e0e5970

Please sign in to comment.