Skip to content

Commit

Permalink
black issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gandiddi committed Oct 3, 2024
1 parent 1b9aa77 commit fa61a60
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
teams_get_team_info,
teams_notify_user,
)
from botbuilder.core.teams.teams_activity_extensions import teams_get_meeting_info, teams_get_team_on_behalf_of
from botbuilder.core.teams.teams_activity_extensions import (
teams_get_meeting_info,
teams_get_team_on_behalf_of,
)
from botbuilder.schema.teams._models_py3 import OnBehalfOf


Expand Down

0 comments on commit fa61a60

Please sign in to comment.