mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
(cherry picked from commit 5a3108044d
)
Co-authored-by: Dong-hee Na <donghee.na@python.org>
This commit is contained in:
parent
7e6cad7e30
commit
280425d417
8 changed files with 31 additions and 30 deletions
|
@ -1184,10 +1184,10 @@ class HexFloatTestCase(unittest.TestCase):
|
|||
|
||||
|
||||
def test_from_hex(self):
|
||||
MIN = self.MIN;
|
||||
MAX = self.MAX;
|
||||
TINY = self.TINY;
|
||||
EPS = self.EPS;
|
||||
MIN = self.MIN
|
||||
MAX = self.MAX
|
||||
TINY = self.TINY
|
||||
EPS = self.EPS
|
||||
|
||||
# two spellings of infinity, with optional signs; case-insensitive
|
||||
self.identical(fromHex('inf'), INF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue