Fix linting (#1463)

This commit is contained in:
Ben Halpern 2019-01-04 21:13:12 -05:00 committed by GitHub
parent 6b4b8b9c6a
commit e79f3bfbc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,8 +57,6 @@ class Tweet < ApplicationRecord
end
class << self
private
def try_to_get_tweet(twitter_id_code)
c = TwitterBot.new(random_identity).client
t = c.status(twitter_id_code, tweet_mode: "extended")