Fix class name 4

This commit is contained in:
2025-01-23 13:11:47 +09:00
parent ad1117f897
commit dfa980a059

View File

@ -77,7 +77,6 @@ class EntryCSVProcessor:
# 4) エントリーの作成 # 4) エントリーの作成
self._create_entry(row, team, user) self._create_entry(row, team, user)
self._create_entry_with_number(self, team, category, owner, event)
except Exception as e: except Exception as e:
raise ValidationError(f"Error processing row: {str(e)}") raise ValidationError(f"Error processing row: {str(e)}")