Skip to content

Commit 564dbe8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3fb77ac commit 564dbe8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

data_structures/arrays/hello.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import numpy as np
2-
m1=np.array([[1,2,3],[4,5,6]])
3-
print(m1)
2+
3+
m1 = np.array([[1, 2, 3], [4, 5, 6]])
4+
print(m1)

sql/queries.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
create table activity(
2-
2+
33
)

0 commit comments

Comments
 (0)