Skip to content

Commit

Permalink
refactor(utility): remove inherit class "ReprMixin" in "URL"
Browse files Browse the repository at this point in the history
  • Loading branch information
zhen.chen committed Nov 5, 2021
1 parent 7d1fa11 commit b3930b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorbay/utility/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from tensorbay.utility.repr import ReprMixin


class URL(ReprMixin):
class URL:
"""URL is a class used to get and update the url.
Arguments:
Expand Down

0 comments on commit b3930b2

Please sign in to comment.