Ask Solem 9 tahun lalu
induk
melakukan
24b9857311
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      celery/tests/__init__.py

+ 2 - 2
celery/tests/__init__.py

@@ -92,6 +92,6 @@ def import_all_modules(name=__name__, file=__file__,
                 pass
                 pass
             except OSError as exc:
             except OSError as exc:
                 warnings.warn(UserWarning(
                 warnings.warn(UserWarning(
-                    'Ignored error importing module {0}: {1!r}').format(
+                    'Ignored error importing module {0}: {1!r}'.format(
                         module, exc,
                         module, exc,
-                    ))
+                    )))