mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
9 lines
212 B
Python
9 lines
212 B
Python
from server.auth.sheets_client import GoogleSheetsClient
|
|
|
|
from openhands.core.logger import openhands_logger
|
|
|
|
|
|
def test_import():
|
|
assert openhands_logger is not None
|
|
assert GoogleSheetsClient is not None
|