Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
일단 인터넷 찾아가면서 만들어봤는데 잘 된건지는 모르겠네요. autopep8이랑 isort를 사용해요. autopep8은 pep8 코드 컨벤션에 맞게 코드를 자동으로 서식을 맞춰 준다고 합니다. isort는 python에서 import하는 라이브러리들을 자동으로 정렬해준다고 해요.
문제점 알려주시면 찾아서 수정해볼게요...