Skip to content

Commit

Permalink
pom and formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Dec 10, 2024
1 parent 5c9d2c5 commit 0ab8a24
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 33 deletions.
26 changes: 0 additions & 26 deletions .codecov.yml

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand All @@ -62,7 +62,7 @@
<repositories>
<repository>
<id>maven</id>
<url>http://repo.maven.apache.org/maven2/</url>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>

Expand Down
20 changes: 15 additions & 5 deletions src/main/python/twut/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
from pyspark.sql import DataFrame

from twut.filter import (removeNonVerified, removeRetweets, removeSensitive)
from twut.select import (animatedGifUrls, hashtags, ids, imageUrls, language,
mediaUrls, sources, text, times, urls, userInfo,
videoUrls)
from twut.filter import removeNonVerified, removeRetweets, removeSensitive
from twut.select import (
animatedGifUrls,
hashtags,
ids,
imageUrls,
language,
mediaUrls,
sources,
text,
times,
urls,
userInfo,
videoUrls,
)


def add_twut_methods():
Expand Down

0 comments on commit 0ab8a24

Please sign in to comment.