Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rishic3 committed Dec 11, 2024
1 parent 76fd9de commit 6ebded1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from typing import Iterable, List, Dict, Optional, Union, Sequence, Tuple\n",
"from typing import Iterable, List, Dict, Optional, Union, Sequence\n",
"import math\n",
"import json\n",
"import os\n",
"import requests\n",
"import pandas as pd\n",
Expand Down Expand Up @@ -816,7 +815,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from typing import List\n",
"import json\n",
"import os\n",
"import requests\n",
"import joblib\n",
Expand Down Expand Up @@ -424,9 +423,6 @@
"metadata": {},
"outputs": [],
"source": [
"from pyspark.sql import SparkSession\n",
"from pyspark import SparkConf\n",
"\n",
"def initialize_spark():\n",
" import socket\n",
" hostname = socket.gethostname()\n",
Expand Down

0 comments on commit 6ebded1

Please sign in to comment.