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

polymorfic #33

Merged
merged 12 commits into from
Jan 2, 2020
Prev Previous commit
Next Next commit
fix import
  • Loading branch information
Tishka17 committed Jan 2, 2020
commit 0e71afe02c09dbf24bfbcd15d95ecf911d4edbfd
1 change: 1 addition & 0 deletions tests/test_literal.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import sys
from typing import Any
from unittest import TestCase

from nose2.tools import params # type: ignore
Expand Down