FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Apply black · bpython/bpython@5f992ed · GitHub

Commit 5f992ed

Browse files
committed
Apply black
1 parent 2f956d6 commit 5f992ed

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

‎bpython/test/test_importcompletion.py‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ def test_import_empty(self):
6161
@unittest.expectedFailure
6262
def test_from_import_empty(self):
6363
self.assertSetEqual(
64-
self.module_gatherer.complete(5, "from "), {"zzabc", "zzabd", "zzefg"}
64+
self.module_gatherer.complete(5, "from "),
65+
{"zzabc", "zzabd", "zzefg"},
6566
)
6667
self.assertSetEqual(
67-
self.module_gatherer.complete(6, "from "), {"zzabc", "zzabd", "zzefg"}
68+
self.module_gatherer.complete(6, "from "),
69+
{"zzabc", "zzabd", "zzefg"},
6870
)
6971

7072
@unittest.expectedFailure

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL