mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
delete ;
This commit is contained in:
committed by
Claude Paroz
parent
d25d24a9bb
commit
22bb20c74b
+1
-1
@@ -137,7 +137,7 @@ class TablibTestCase(unittest.TestCase):
|
||||
data.headers = self.headers
|
||||
data.append(self.john)
|
||||
|
||||
new_col = [10];
|
||||
new_col = [10]
|
||||
|
||||
data.append_col(new_col, header='age')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user