Skip to content

Commit d5bfd41

Browse files
committed
fix: break long docstring line for lint
Break line 230 to stay within 120 character limit (E501)
1 parent c8e16c3 commit d5bfd41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/numbers_c2pa/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ def create_action_c2pa_opened(
227227
digital_source_type: Digital source type. Can be either:
228228
- Short form (e.g., 'trainedAlgorithmicMedia', 'digitalCapture', 'negativeFilm'):
229229
The IPTC namespace 'http://cv.iptc.org/newscodes/digitalsourcetype/' will be prepended.
230-
Example: 'trainedAlgorithmicMedia' → 'http://cv.iptc.org/newscodes/digitalsourcetype/trainedAlgorithmicMedia'
230+
Example: 'trainedAlgorithmicMedia' →
231+
'http://cv.iptc.org/newscodes/digitalsourcetype/trainedAlgorithmicMedia'
231232
- Full URI (starting with 'http://' or 'https://'):
232233
Used as-is. Can be from any namespace (IPTC or C2PA).
233234
Examples: 'http://cv.iptc.org/newscodes/digitalsourcetype/digitalCapture'

0 commit comments

Comments
 (0)