Skip to content

Commit fdc7fd7

Browse files
committed
Forgot the import
1 parent 1752a70 commit fdc7fd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/rings/number_field/number_field_element_quadratic.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,6 +2387,8 @@ cdef class NumberFieldElement_quadratic(NumberFieldElement_absolute):
23872387
23882388
TESTS::
23892389
2390+
sage: import warnings
2391+
sage: warnings.filterwarnings("ignore", category=DeprecationWarning)
23902392
sage: K2.<sqrt2> = QuadraticField(2)
23912393
sage: K3.<sqrt3> = QuadraticField(3)
23922394
sage: K5.<sqrt5> = QuadraticField(5)

0 commit comments

Comments
 (0)