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

The function was missing ":" #1122

Merged
merged 1 commit into from May 3, 2020
Merged

Conversation

alih552
Copy link
Contributor

@alih552 alih552 commented May 2, 2020

before >> def get_form_kwargs(self, form, *args, **kwargs)
after >>> def get_form_kwargs(self, form, *args, **kwargs):

Problem

syntax error

Solution

just added ":" at the end if of get_form_kwargs() function

before >> def get_form_kwargs(self, form, *args, **kwargs)
after >>> def get_form_kwargs(self, form, *args, **kwargs):
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.255% when pulling 1ed4039 on alih552:patch-1 into 2c6a027 on django-import-export:master.

@andrewgy8 andrewgy8 merged commit c4e9c19 into django-import-export:master May 3, 2020
ZuluPro pushed a commit to ZuluPro/django-import-export that referenced this pull request Dec 23, 2020
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.

None yet

3 participants