mirror of
https://github.com/espressif/esptool.git
synced 2025-10-19 02:43:00 +08:00
PEP8 imports (https://www.python.org/dev/peps/pep-0008/#imports). Remove unused import statements.
This commit is contained in:
@@ -34,8 +34,9 @@
|
||||
|
||||
from __future__ import division
|
||||
|
||||
from .six import print_
|
||||
from . import numbertheory
|
||||
from .six import print_
|
||||
|
||||
|
||||
class CurveFp( object ):
|
||||
"""Elliptic Curve over the field of integers modulo a prime."""
|
||||
|
Reference in New Issue
Block a user