Skip to content

Commit 808f9ca

Browse files
committed
✨ Fix formatting issue on get_rooms
1 parent 5cd039b commit 808f9ca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

example/get_rooms.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99

1010
logger = setup_logs(log_level=logging.DEBUG)
1111

12-
zoom_client = ZoomApiClient.init_from_dotenv(
13-
use_path="."
14-
)
12+
zoom_client = ZoomApiClient.init_from_dotenv(use_path=".")
1513

1614
parameters = RoomsListDict(
1715
type=RoomType.ZOOM_ROOM,

0 commit comments

Comments
 (0)