junepark678 / GIRRewrite

Assert statement used outside of tests BAN-B101
Security
Major
a year agoa year old
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
 7    emojis = None
 8    async with aiohttp.ClientSession() as client:
 9        async with client.get('https://unicode.org/emoji/charts/full-emoji-list.html') as resp:
10            assert resp.status == 20011            soup = BeautifulSoup(await resp.text(), 'html.parser')
12            tables = [
13                [