Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
aditeyabaral committed Apr 30, 2024
1 parent d8a7bd3 commit f7b57b7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pesuacademy/pesuacademy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
from bs4 import BeautifulSoup

from pesuacademy import util
from pesuacademy.models.seating_information import SeatingInformation
from pesuacademy.util.page import PageHandler
from .exceptions import CSRFTokenError, AuthenticationError
from .models import Profile, ClassAndSectionInfo, Course, Announcement, Professor
from .models import (
Profile,
ClassAndSectionInfo,
Course,
Announcement,
Professor,
SeatingInformation,
)


class PESUAcademy:
Expand Down

0 comments on commit f7b57b7

Please sign in to comment.