Skip to content

Commit

Permalink
adding file lock to run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadRaziei committed Nov 19, 2023
1 parent 2c506a2 commit 575dfe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/liburlparser/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
from __future__ import annotations

import warnings
from filelock import FileLock
from pathlib import Path

from ._core import Host, Psl, Url, __doc__, __version__
from filelock import FileLock

from ._core import Host, Psl, Url, __doc__, __version__

psl = Psl() # psl

Expand Down

0 comments on commit 575dfe4

Please sign in to comment.