Skip to content

Commit

Permalink
refactor: rename site_toolbox to sites_toolbox and migrate related fu…
Browse files Browse the repository at this point in the history
…nctions
  • Loading branch information
MAYANK12SHARMA committed Jan 10, 2025
1 parent c763e5d commit 6ff51db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sites_toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
create_site_group
)

from site_toolbox.get_details import (
from sites_toolbox.get_details import (
get_user_details,
get_site_details,
get_site_group_details,
)

from site_toolbox.site_group_management import (
from sites_toolbox.site_group_management import (
select_site_id,
update_site_group,
change_user_site_group,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6ff51db

Please sign in to comment.