Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 34df0e7

Browse files
committed
Remove unused variable, DEFAULT_CONFIG.
1 parent 43c5863 commit 34df0e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unity_py/unity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import requests
33
from configparser import ConfigParser, ExtendedInterpolation
44

5-
DEFAULT_CONFIG = os.path.dirname(os.path.realpath(__file__)) + "/unity.cfg"
65

76

87
class Unity(object):

0 commit comments

Comments
 (0)