ci: fix tests:

This commit is contained in:
Nemo 2024-01-04 11:34:58 +05:30
parent 2c1178a1ef
commit 5961e3289b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from datetime import datetime, timedelta
import yaml
with open('emoji.yaml') as f:
with open('_data/emoji.yaml') as f:
data = yaml.load(f, Loader=yaml.FullLoader)
available_dates = set(data.keys())