Skip to content

Commit 6365319

Browse files
LaikaN57alejandro-isaza
authored andcommitted
fix: Remove duplicate logger instantiation
1 parent 6775c2c commit 6365319

File tree

1 file changed

+0
-1
lines changed
  • python_coreml_stable_diffusion

1 file changed

+0
-1
lines changed

python_coreml_stable_diffusion/unet.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
import logging
1515

16-
logger = logging.getLogger(__name__)
1716
logger = logging.getLogger(__name__)
1817
logger.setLevel(logging.INFO)
1918

0 commit comments

Comments
 (0)