Skip to content

Commit c40fbb4

Browse files
committed
fix: lint
1 parent 44b20b2 commit c40fbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode/medium/1393. Capital Gain&Loss.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ SELECT DISTINCT
3939
FROM Stocks AS s2
4040
WHERE s2.stock_name = s.stock_name AND s2.operation = 'Buy'
4141
)
42-
AS capital_gain_loss
42+
AS capital_gain_loss --noqa: LT02
4343
FROM Stocks AS s

0 commit comments

Comments
 (0)