Skip to content

Commit

Permalink
removed main function in pages/staff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Digvijay Narayan authored and Digvijay Narayan committed Apr 21, 2024
1 parent 8bf18ac commit 51cab00
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pesuacademy/pages/staff.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,3 @@ def get_details_from_url(url, driver):
return Pesu_Staff


def main():
StaffPageHandler.get_staff_details()


if __name__ == "__main__":
main()

0 comments on commit 51cab00

Please sign in to comment.