Skip to content

Commit

Permalink
fix(pain001): ✅ fix F401 'logging' imported but unused
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 18, 2024
1 parent ffc8d13 commit 4a3d157
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
import os
import sys
import click
import logging
import configparser
from pathlib import Path

from pain001.constants.constants import valid_xml_types
from pain001.context.context import Context
Expand Down

0 comments on commit 4a3d157

Please sign in to comment.