Skip to content

Commit a0f8766

Browse files
committed
Add missing import
1 parent c77a546 commit a0f8766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

databricks/sdk/mixins/jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from typing import Optional
22

33
from databricks.sdk.service import jobs
4+
from databricks.sdk.service.jobs import Job
45

56

67
class JobsExt(jobs.JobsAPI):

0 commit comments

Comments
 (0)