Skip to content

Commit

Permalink
Merge pull request #608 from boray/master
Browse files Browse the repository at this point in the history
fixing ModuleNotFoundError
  • Loading branch information
dbarnett committed Aug 23, 2024
2 parents 14710ab + 90de08a commit 3ea68b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcalcli/gcal.py
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@
from typing import List
from unicodedata import east_asian_width

from apiclient.discovery import build
from apiclient.errors import HttpError
from googleapiclient.discovery import build
from googleapiclient.errors import HttpError
from dateutil.parser import parse
from dateutil.relativedelta import relativedelta
from dateutil.tz import tzlocal

0 comments on commit 3ea68b0

Please sign in to comment.