Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: kaihsun <[email protected]>
  • Loading branch information
kevin85421 committed Nov 27, 2024
1 parent 8f63c01 commit dc80d12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions python/ray/_private/log.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import logging
import threading

# TODO (kevin85421): It is not used, but a weird error occurs if it is removed.
import logging.config
from typing import Union


Expand Down
1 change: 1 addition & 0 deletions python/ray/_private/ray_logging/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import colorama
from dataclasses import dataclass
import logging
import logging.handlers
import os
import re
import sys
Expand Down

0 comments on commit dc80d12

Please sign in to comment.