user_agent
user_agent copied to clipboard
Fix type hints to match official docs
In the official docs, the types of os
, navigator
, platform
and device_type
are (string or list/tuple or None)
. However, the type hints are None | str
.
Therefore, I fixed it.