Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c417de0

Browse filesBrowse files
authored
remove duplicate line (selwin#103)
The duplicate line show a bit of useless.
1 parent 155c23d commit c417de0
Copy full SHA for c417de0

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎user_agents/parsers.py

Copy file name to clipboardExpand all lines: user_agents/parsers.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ def _is_blackberry_touch_capable_device(self):
164164
return True
165165
if 'Blackberry 95' in self.device.family: # BB Storm devices
166166
return True
167-
if 'Blackberry 95' in self.device.family: # BB Torch devices
168-
return True
169167
return False
170168

171169
def get_device(self):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.