Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
Fix dump types script
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Apr 3, 2022
1 parent 8fe8b30 commit 4fd08d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dumpRobloxTypes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Script to pull in API Dump and export it into a definition file
# Based off https://gist.github.com/HawDevelopment/97f2411149e24d8e7a712016114d55ff
from typing import List, Literal, Optional, Union
from typing_extensions import TypedDict
from typing import List, Literal, Optional, Union, TypedDict
from collections import defaultdict
import requests
import json
Expand Down

0 comments on commit 4fd08d8

Please sign in to comment.