We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c3404 commit 6938e12Copy full SHA for 6938e12
fpdf/drawing.py
@@ -9,9 +9,6 @@
9
import copy, decimal, math, re
10
from collections import OrderedDict
11
12
-# disable import error temporarily until pylint fixed colections.abc issue with python 3.13
13
-# https://github.com/pylint-dev/pylint/issues/10112
14
-# pylint: disable=import-error
15
from collections.abc import Sequence
16
from contextlib import contextmanager
17
from typing import Optional, NamedTuple, Union
0 commit comments