Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit e3c181a

Browse files
committedJan 2, 2020
Fix some bug risks and code quality issues
Changes: - Fix undefined name error in __process_paragraph method - Remove some unused imports - Add .deepsource.toml file to file to run continuous static analysis on the repository with DeepSource
1 parent 967d9a2 commit e3c181a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎.deepsource.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version = 1
2+
3+
test_patterns = [
4+
"test.py"
5+
]
6+
7+
[[analyzers]]
8+
name = "python"
9+
enabled = true

‎twitter_scraper/modules/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Profile:
77
"""
88
Parse twitter profile and split informations into class as attribute.
9-
9+
1010
Attributes:
1111
- name
1212
- username

0 commit comments

Comments
 (0)
This repository has been archived.