Skip to content

Commit

Permalink
Update sempy_labs/Lakehouse.py
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Cozowicz <[email protected]>
  • Loading branch information
m-kovalsky and eisber authored Jun 6, 2024
1 parent 715579e commit d430506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sempy_labs/Lakehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .HelperFunctions import resolve_lakehouse_name
from typing import List, Optional, Union

def lakehouse_attached():
def lakehouse_attached() -> bool:

"""
Identifies if a lakehouse is attached to the notebook.
Expand Down

0 comments on commit d430506

Please sign in to comment.