Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBossMagnus committed Jan 26, 2024
2 parents 521e817 + 15ff3d9 commit 58716a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/get_mod_names.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import aiohttp
import asyncio
import logging
import json
import logging
import aiohttp
from constants import MODRINTH_API_URL, HEADERS

async def get_mod_names(added_ids, removed_ids, updated_ids):
Expand Down

0 comments on commit 58716a7

Please sign in to comment.