Spaces:
Running
Running
deepsource-autofix[bot] commited on
Commit ·
895da91
1
Parent(s): 9905c12
Format code with black
Browse files- example.py +1 -1
example.py
CHANGED
|
@@ -20,4 +20,4 @@ model = PySRRegressor(
|
|
| 20 |
|
| 21 |
model.fit(X, y)
|
| 22 |
|
| 23 |
-
print(model)
|
|
|
|
| 20 |
|
| 21 |
model.fit(X, y)
|
| 22 |
|
| 23 |
+
print(model)
|