mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Removed arrow Warnings as 0.15 has been released
This commit is contained in:
parent
75877661a2
commit
c70b900c96
@ -17,12 +17,9 @@ import languageHandler
|
||||
import arrow
|
||||
import logging
|
||||
import config
|
||||
import warnings
|
||||
from arrow.factory import ArrowParseWarning
|
||||
from .long_tweets import twishort, tweets
|
||||
log = logging.getLogger("compose")
|
||||
|
||||
warnings.simplefilter("ignore", ArrowParseWarning)
|
||||
|
||||
def StripChars(s):
|
||||
"""Converts any html entities in s to their unicode-decoded equivalents and returns a string."""
|
||||
|
Loading…
Reference in New Issue
Block a user