Skip to content

Commit 98e8213

Browse files
committed
remove extra imports
1 parent 7a75a23 commit 98e8213

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugins/twitter/examples/test_game_twitter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
from twitter_plugin_gamesdk.game_twitter_plugin import GameTwitterPlugin
3-
import base64
43

54
# Define your options with the necessary credentials
65
options = {

plugins/twitter/twitter_plugin_gamesdk/game_twitter_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import requests
2626
from typing import Optional, Dict, Any, Callable, List
27-
import os,io
27+
import os
2828
import logging
2929

3030

0 commit comments

Comments
 (0)