Skip to content

Commit

Permalink
fix file requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Duffigoogle committed Nov 2, 2022
1 parent bebadc9 commit bc31066
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 0x16-api_advanced/1-top_ten.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
titles of the first 10 hot posts listed for a given subreddit
"""

import sys
import requests
import json
import requests


def top_ten(subreddit):
Expand Down

0 comments on commit bc31066

Please sign in to comment.