user_agent icon indicating copy to clipboard operation
user_agent copied to clipboard

Fix type hints to match official docs

Open junah201 opened this issue 8 months ago • 0 comments

image

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.

junah201 avatar Jun 24 '24 12:06 junah201