fix(mypy): ignore cbor2

This commit is contained in:
D. Bohdan 2023-07-12 07:43:39 +00:00
parent 547e9914d0
commit 9428bc533f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import os.path
import re
import sys
import cbor2
import cbor2 # type: ignore
import dateutil.parser
import tomlkit
import umsgpack # type: ignore