You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, change the constructor's argument list by removing the grammar_check argument from here and subsequently update the call to Template constructor:
Description
Deprecate the support of
language_tool_python
for correcting template syntax; we don't need it anymore.You can remove the following code:
inb/inb/linkedin/message/template.py
Lines 106 to 110 in 6341867
Also,
inb/inb/linkedin/message/template.py
Lines 198 to 199 in 6341867
Also, change the
constructor
's argument list by removing thegrammar_check
argument from here and subsequently update the call toTemplate
constructor:inb/inb/linkedin/message/template.py
Lines 90 to 93 in 6341867
inb/inb/linkedin/connect/linkedinsearchconnect.py
Lines 396 to 399 in 2f66b3a
Also, remove the following lines of code from
_install()
function ininb.sh
.inb/inb.sh
Lines 62 to 89 in c0073b1
Make sure to update the
requirements.txt
as well.The text was updated successfully, but these errors were encountered: