We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fiasko_bro
fiasko
validate_repo
validate
as
So what I'm suggesting is instead of
from fiasko_bro import validate_repo
do
from fiasko import validate
This feels so much simpler.
The text was updated successfully, but these errors were encountered:
Lets keep fiasko_bro, but rename validate_repo to validate is ok.
Sorry, something went wrong.
No branches or pull requests
fiasko_bro
too long to type. I'm fine with the name of the repo/package, but let's name the module itself justfiasko
.validate_repo
function can just bevalidate
, there's no ambiguity there (I know where I'm importing from, and if I'm not, I would useas
).So what I'm suggesting is instead of
do
This feels so much simpler.
The text was updated successfully, but these errors were encountered: