Skip to content

Commit 7c9364a

Browse files
committed
Tidy
1 parent eda7d56 commit 7c9364a

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

.gitignore

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
# Build and Release Folders
2-
bin-debug/
3-
bin-release/
4-
[Oo]bj/
5-
[Bb]in/
6-
dist/
7-
8-
# Other files and folders
9-
deepstack_python.egg-info*
10-
.settings/
11-
.ipynb_checkpoints
12-
13-
# Executables
14-
*.swf
15-
*.air
16-
*.ipa
17-
*.apk
18-
19-
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
20-
# should NOT be excluded as they contain compiler settings and other important
21-
# information for Eclipse / Flash Builder.
22-
231
# Byte-compiled / optimized / DLL files
242
__pycache__/
253
*.py[cod]
@@ -39,6 +17,7 @@ eggs/
3917
lib/
4018
lib64/
4119
parts/
20+
__pycache__/
4221
sdist/
4322
var/
4423
wheels/

deepstack/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Deepstack cpre.
2+
Deepstack core.
33
"""
44
import imghdr
55
import requests

0 commit comments

Comments
 (0)