0
나는 CS50 과정을 따르고 있으며 application.py에 문제가 있습니다. 나는 클라우드 9 코드 편집기에서 다음과 같은 경고 (에이스)를 얻고 있었다 :클라우드 9의 pylint 오류 메시지 CS50
ignored-modules=flask_sqlalchemy
ignored-classes=SQLObject,Registrant
이 제거 가지고 : 나는 다음 두 줄을 홈 디렉토리에 파일 .pylintrc을 생성하고 추가
instance of SQLAlchemy has no column member
instance of SQLAlchemy has no integer member
instance of SQLAlchemy has no text member
instance of scoped_session has no add member
instance of scoped_session has no commit member
Class Registrants has no query member
대부분의 오류하지만이 남아있어의 :
: 여기
instance of scoped_session has no add member
instance of scoped_session has no commit member
문제를 일으키는 코드는