Skip to content

Commit 4c2d17e

Browse files
committed
Removing unused imports/update copywright`
1 parent b887bb7 commit 4c2d17e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/test/detect_targets_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
mbed SDK
3-
Copyright (c) 2016 ARM Limited
3+
Copyright (c) 2017 ARM Limited
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -16,8 +16,6 @@
1616
"""
1717

1818
import unittest
19-
from collections import namedtuple
20-
from mock import patch, MagicMock
2119
from tools.detect_targets import get_interface_version
2220
from tools.test_api import get_autodetected_MUTS_list
2321

0 commit comments

Comments
 (0)