twitter / communitynotes

Documentation and source code powering Twitter's Community Notes
https://twitter.github.io/communitynotes
Apache License 2.0
1.48k stars 213 forks source link

Fix straggling np.str usage #137

Closed jbaxter closed 1 year ago

jbaxter commented 1 year ago

np.str was deprecated and then causes errors in newer versions of numpy. Although we officially don't support newer versions of numpy, we might as well remove this deprecated usage.