Skip to content

Commit 6938e12

Browse files
committed
remove pylint error bypass
1 parent 16c3404 commit 6938e12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fpdf/drawing.py

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
import copy, decimal, math, re
1010
from collections import OrderedDict
1111

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
1512
from collections.abc import Sequence
1613
from contextlib import contextmanager
1714
from typing import Optional, NamedTuple, Union

0 commit comments

Comments
 (0)