Set line length to 120 characters (#2599)

This commit is contained in:
Jirka Borovec
2023-07-13 17:37:20 +02:00
committed by GitHub
parent de80ff4b91
commit 13e178a3ab
192 changed files with 1455 additions and 4433 deletions
+1 -3
View File
@@ -104,9 +104,7 @@ class GithubObject(unittest.TestCase):
actual = gho.GithubObject._makeTimestampAttribute(1611405296)
self.assertEqual(gho._ValuedAttribute, type(actual))
self.assertEqual(
datetime(2021, 1, 23, 12, 34, 56, tzinfo=timezone.utc), actual.value
)
self.assertEqual(datetime(2021, 1, 23, 12, 34, 56, tzinfo=timezone.utc), actual.value)
def testMakeTimetsampAttributeBadValues(self):
for value in ["1611405296", 1234.567]: