Skip to content

Commit

Permalink
cleanup: remove unused logger from python module's init.py
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Lewis <[email protected]>
  • Loading branch information
zachlewis committed Oct 31, 2024
1 parent 2fed38e commit 678f530
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@

import os
import sys
import logging
import platform
import subprocess

logger = logging.getLogger(__name__)

_here = os.path.abspath(os.path.dirname(__file__))

# Set $OpenImageIO_ROOT if not already set *before* importing the OpenImageIO module.
Expand Down

0 comments on commit 678f530

Please sign in to comment.