Skip to content

Commit

Permalink
prepare 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyPirogov committed Jul 25, 2023
1 parent 62f0844 commit 2295ed3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions webdriver_manager/core/archive.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import os
import tarfile
import zipfile
import typing


class LinuxZipFileWithPermissions(zipfile.ZipFile):
Expand Down
3 changes: 0 additions & 3 deletions webdriver_manager/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
import subprocess





def get_date_diff(date1, date2, date_format):
a = datetime.datetime.strptime(date1, date_format)
b = datetime.datetime.strptime(
Expand Down

0 comments on commit 2295ed3

Please sign in to comment.