Skip to content

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cj-wong committed Mar 26, 2021
1 parent 1f1970b commit de08b74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions google/api_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

from google.oauth2 import service_account

import google.calendar
import google.sheets
from config import LOGGER

# Replaced imports:
Expand Down
2 changes: 1 addition & 1 deletion google/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import pendulum
from google.oauth2 import service_account
from googleapiclient.discovery import build, Resource
from googleapiclient.discovery import build

import config

Expand Down
5 changes: 1 addition & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import logging
from pathlib import Path
from typing import Dict, Tuple, Union

import google.api_handler
import google.calendar
import google.sheets
from config import CONF, LOGGER
from config import LOGGER


def main() -> None:
Expand Down

0 comments on commit de08b74

Please sign in to comment.