Open
Conversation
check
Outdated
| @@ -0,0 +1,10 @@ | |||
| 1. Check if person is in all_people | |||
There was a problem hiding this comment.
What does this file do?
Consider removing it if it does not do anything or if it was for personal reference.
| *.py[cod] | ||
| *$py.class | ||
|
|
||
| # C extensions |
There was a problem hiding this comment.
Consider removing files and directories that you do not have in your project.
| -d, --database=<sqlite_database> Save state to specified database [default: amity_db] | ||
| """ | ||
| import cmd, os, sys | ||
| from docopt import docopt, DocoptExit |
There was a problem hiding this comment.
Consider adding a line of separation between all your import statements, e.g:
# system imports first
import os
#imports from packages imported
from docopt import docopt
#imports from your file system/ structure
from views import Amity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.