ignore pathlib import

This commit is contained in:
shukari committed 2025-08-19 22:03:37 +02:00
1 parent e330afc899
commit dd238dcbe3
1 file changed
-1
-1
View File
@@ -3,7 +3,6 @@
import argparse
import logging
import os
from pathlib import Path
from typing import cast, List
import dash_bootstrap_components as dbc # type: ignore[import-untyped]