Jeremy Stretch il y a 8 ans
Parent
commit
814a0e7344
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      netbox/utilities/forms.py

+ 0 - 1
netbox/utilities/forms.py

@@ -168,7 +168,6 @@ class CSVDataField(forms.CharField):
             self.help_text = 'Enter one line per record in CSV format.'
 
     def utf_8_encoder(self, unicode_csv_data):
-        # convert csv,reader to utf-8e
         for line in unicode_csv_data:
             yield line.encode('utf-8')