Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinaProsche committed Nov 8, 2023
1 parent bc3f7ef commit 6289ec5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
5 changes: 1 addition & 4 deletions app/main/checks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
PresImageShareCheck.id: PresImageShareCheck,
FurtherDev.id: FurtherDev,
PresBannedWordsCheck.id: PresBannedWordsCheck,
<<<<<<< HEAD
PresVerifyGitLinkCheck.id: PresVerifyGitLinkCheck
=======
PresVerifyGitLinkCheck.id: PresVerifyGitLinkCheck,
PresEmptySlideCheck.id: PresEmptySlideCheck,
>>>>>>> master
},
'report': {
ReportSimpleCheck.id: ReportSimpleCheck,
Expand Down
3 changes: 0 additions & 3 deletions app/main/checks/presentation_checks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
from .pres_right_words import PresRightWordsCheck
from .image_share import PresImageShareCheck
from .banned_words import PresBannedWordsCheck
<<<<<<< HEAD
from .verify_git_link import PresVerifyGitLinkCheck
=======
from .empty_slide_check import PresEmptySlideCheck
>>>>>>> master
7 changes: 0 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,8 @@ docx2python~=2.0.4
oauthlib~=3.1.0
pdfplumber==0.6.1
pytest~=7.1.2


lxml~=4.9.2
urllib3~=2.0.3

filetype==1.2.0
language-tool-python==2.7.1
<<<<<<< HEAD

=======
markdown==3.4.4
>>>>>>> master

0 comments on commit 6289ec5

Please sign in to comment.