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

Allow annotations in check_source #5

Merged
merged 1 commit into from
Nov 6, 2020
Merged

Allow annotations in check_source #5

merged 1 commit into from
Nov 6, 2020

Conversation

ljleppan
Copy link
Member

@ljleppan ljleppan commented Nov 5, 2020

Allows annotations in check_source s.t. the following is fine:

from functools import total_ordering

@total_ordering
class Raha:
    ...

Also some slight cleanup of the code (removed redundant list.appends, for..else instead of redundant variable).

Allows annotations in `check_source` s.t. the following is fine:

```python
from functools import total_ordering

@total_ordering
class Raha:
    ...
```

Also some slight cleanup of the code (removed redundant `list.append`s, `for..else` instead of redundant variable).
@sebazai sebazai merged commit 398d8e2 into master Nov 6, 2020
@sebazai sebazai deleted the ljleppan-patch-1 branch November 6, 2020 05:52
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