Skip to content

Commit

Permalink
Fix types.py, removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yves-chevallier committed Jul 16, 2024
1 parent 42ae96e commit 0ff4f6e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/pandoc/types.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
# coding: utf-8

# Python 3 Standard Library
import builtins
import collections
import inspect
import pydoc
import sys

# Third-Party Libraries
import pkg_resources

# Pandoc
import pandoc
import pandoc.utils

Expand Down

0 comments on commit 0ff4f6e

Please sign in to comment.