You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/ruff_python_formatter/src/snapshots/ruff_python_formatter__tests__black_test__function_trailing_comma_py.snap
Copy file name to clipboardExpand all lines: crates/ruff_python_formatter/src/snapshots/ruff_python_formatter__tests__black_test__import_spacing_py.snap
+3-6
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ __all__ = (
62
62
```diff
63
63
--- Black
64
64
+++ Ruff
65
-
@@ -2,12 +2,13 @@
65
+
@@ -2,8 +2,10 @@
66
66
67
67
# flake8: noqa
68
68
@@ -74,11 +74,7 @@ __all__ = (
74
74
ERROR,
75
75
)
76
76
import sys
77
-
-
78
-
# This relies on each of the submodules having an __all__ variable.
79
-
from .base_events import *
80
-
from .coroutines import *
81
-
@@ -22,33 +23,16 @@
77
+
@@ -22,33 +24,16 @@
82
78
from ..streams import *
83
79
84
80
from some_library import (
@@ -134,6 +130,7 @@ from logging import (
134
130
ERROR,
135
131
)
136
132
import sys
133
+
137
134
# This relies on each of the submodules having an __all__ variable.
0 commit comments