Skip to content

Commit ccfd7f8

Browse files
committed
fix conflicts in py
1 parent 25a6112 commit ccfd7f8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

fetch.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@
33
import os
44
import time
55
from calendar import timegm
6-
from typing import Any, Dict, List
76
from urllib.request import urlretrieve
8-
97
import requests
10-
<<<<<<< HEAD:fetch.py
11-
import logging
128
from typing import List, Dict, Any, Tuple
13-
=======
14-
>>>>>>> upstream/main:fetch_users.py
159

1610
CACHE_DIR = './docs'
1711
FACES_DIR = './docs/images/faces'

0 commit comments

Comments
 (0)