| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,10 +61,12 @@ def test_import_empty(self): | |||
| 61 | 61 | @unittest.expectedFailure | |
| 62 | 62 | def test_from_import_empty(self): | |
| 63 | 63 | self.assertSetEqual( | |
| 64 | - self.module_gatherer.complete(5, "from "), {"zzabc", "zzabd", "zzefg"} | ||
| 64 | + self.module_gatherer.complete(5, "from "), | ||
| 65 | + {"zzabc", "zzabd", "zzefg"}, | ||
| 65 | 66 | ) | |
| 66 | 67 | self.assertSetEqual( | |
| 67 | - self.module_gatherer.complete(6, "from "), {"zzabc", "zzabd", "zzefg"} | ||
| 68 | + self.module_gatherer.complete(6, "from "), | ||
| 69 | + {"zzabc", "zzabd", "zzefg"}, | ||
| 68 | 70 | ) | |
| 69 | 71 | ||
| 70 | 72 | @unittest.expectedFailure | |
| Back | FazBrowse Home | New Git URL |
0 commit comments