Skip to content

Commit 0ab8a24

Browse files
committed
pom and formatting cleanup
1 parent 5c9d2c5 commit 0ab8a24

File tree

3 files changed

+17
-33
lines changed

3 files changed

+17
-33
lines changed

.codecov.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<licenses>
4848
<license>
4949
<name>The Apache Software License, Version 2.0</name>
50-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
50+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
5151
<distribution>repo</distribution>
5252
</license>
5353
</licenses>
@@ -62,7 +62,7 @@
6262
<repositories>
6363
<repository>
6464
<id>maven</id>
65-
<url>http://repo.maven.apache.org/maven2/</url>
65+
<url>https://repo.maven.apache.org/maven2/</url>
6666
</repository>
6767
</repositories>
6868

src/main/python/twut/__init__.py

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
from pyspark.sql import DataFrame
2-
3-
from twut.filter import (removeNonVerified, removeRetweets, removeSensitive)
4-
from twut.select import (animatedGifUrls, hashtags, ids, imageUrls, language,
5-
mediaUrls, sources, text, times, urls, userInfo,
6-
videoUrls)
2+
from twut.filter import removeNonVerified, removeRetweets, removeSensitive
3+
from twut.select import (
4+
animatedGifUrls,
5+
hashtags,
6+
ids,
7+
imageUrls,
8+
language,
9+
mediaUrls,
10+
sources,
11+
text,
12+
times,
13+
urls,
14+
userInfo,
15+
videoUrls,
16+
)
717

818

919
def add_twut_methods():

0 commit comments

Comments
 (0)