Skip to content

Commit

Permalink
suggested removal and minor import move
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed May 9, 2024
1 parent 483e78f commit 22ed71b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/sage/rings/polynomial/pbori/gbcore.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import contextlib
from copy import copy
from itertools import chain
from inspect import getfullargspec as getargspec
Expand All @@ -12,7 +13,6 @@
from .easy_polynomials import easy_linear_polynomials
from .interpolate import lex_groebner_basis_for_polynomial_via_variety
from .fglm import _fglm
import contextlib


def get_options_from_function(f):
Expand Down Expand Up @@ -632,8 +632,3 @@ def build_groebner_basis_doc_string():


build_groebner_basis_doc_string()


def _test():
import doctest
doctest.testmod()

0 comments on commit 22ed71b

Please sign in to comment.