Skip to content

Commit

Permalink
delete some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyuPCY committed Aug 23, 2019
1 parent 570305c commit b1ecc12
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions 4. Median of Two Sorted Arrays/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ def findMedianSortedArrays(self, nums1: List[int], nums2: List[int]) -> float:
m_index.append(aver_len)


'''
test
'''



if __name__ == '__main__':
solution = Solution()
Expand Down

0 comments on commit b1ecc12

Please sign in to comment.