diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index a92f61e..0000000 --- a/.codecov.yml +++ /dev/null @@ -1,26 +0,0 @@ -codecov: - notify: - require_ci_to_pass: yes - -coverage: - precision: 2 - round: down - range: "50...80" - - status: - project: yes - patch: yes - changes: no - -parsers: - gcov: - branch_detection: - conditional: yes - loop: yes - method: no - macro: no - -comment: - layout: "header, diff" - behavior: default - require_changes: no diff --git a/pom.xml b/pom.xml index 0600ebb..c80dfda 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo @@ -62,7 +62,7 @@ maven - http://repo.maven.apache.org/maven2/ + https://repo.maven.apache.org/maven2/ diff --git a/src/main/python/twut/__init__.py b/src/main/python/twut/__init__.py index 6cc4ace..4010281 100644 --- a/src/main/python/twut/__init__.py +++ b/src/main/python/twut/__init__.py @@ -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():