File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,9 @@ class should inherit from this class. Also ``AbstractLinearCode`` should never
211
211
from sage .arith .misc import binomial , GCD
212
212
from sage .categories .cartesian_product import cartesian_product
213
213
from sage .categories .fields import Fields
214
+ from sage .coding .decoder import Decoder
215
+ from sage .coding .encoder import Encoder
216
+ from sage .coding .linear_code_no_metric import AbstractLinearCodeNoMetric
214
217
from sage .combinat .subset import Subsets
215
218
from sage .cpython .string import bytes_to_str
216
219
from sage .features .gap import GapPackage
@@ -230,10 +233,6 @@ class should inherit from this class. Also ``AbstractLinearCode`` should never
230
233
from sage .rings .polynomial .polynomial_ring_constructor import PolynomialRing
231
234
from sage .rings .rational_field import QQ
232
235
233
- from .encoder import Encoder
234
- from .decoder import Decoder
235
- from .linear_code_no_metric import AbstractLinearCodeNoMetric
236
-
237
236
# *****************************************************************************
238
237
# coding theory functions
239
238
# *****************************************************************************
You can’t perform that action at this time.
0 commit comments