ruff/crates/ruff_linter/resources/test/fixtures/airflow/AIR302_zendesk.py

6 lines
102 B
Python

from __future__ import annotations
from airflow.hooks.zendesk_hook import ZendeskHook
ZendeskHook()