Skip to content

Commit

Permalink
remove pylint error bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonhc committed Dec 25, 2024
1 parent 16c3404 commit 6938e12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fpdf/drawing.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
import copy, decimal, math, re
from collections import OrderedDict

# disable import error temporarily until pylint fixed colections.abc issue with python 3.13
# https://github.com/pylint-dev/pylint/issues/10112
# pylint: disable=import-error
from collections.abc import Sequence
from contextlib import contextmanager
from typing import Optional, NamedTuple, Union
Expand Down

0 comments on commit 6938e12

Please sign in to comment.