Skip to content
New issue

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

Removed a name that is undefined #3054

Merged
merged 1 commit into from
Jan 18, 2023
Merged

Conversation

openrefactory
Copy link
Contributor

In file: init.py, the list named all contains an undefined name which can result in errors when this module is imported. We removed the undefined name from the list.

This is following the best practices of importing fields from a package (https://docs.python.org/3/tutorial/modules.html#importing-from-a-package).

@alanakbik
Copy link
Collaborator

@openrefactory thanks for fixing this!

@alanakbik alanakbik merged commit ef926e6 into flairNLP:master Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants