Skip to content

Commit 4cf28ae

Browse files
committed
Remove a FIXME that appears to be resolved already
1 parent 26bea9c commit 4cf28ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/developer/working.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ The only exception is: Every field can be set to ``None`` in order to clear the
3232
3333
When calling the constructor with non-keyword arguments, fields are assigned in order, with the exception of ``header`` in :class:`~fints.segments.base.FinTS3Segment` subclasses, which can only be given as a keyword argument. When no ``header`` argument is present, a :class:`~fints.formals.SegmentHeader` is automatically constructed with default values (and no ``number``). It's generally not required to construct the ``header`` parameter manually.
3434

35-
**FIXME** The ``number`` should in the future be generated automatically within in sequence (at least before serializing).
36-
3735
.. code-block:: python
3836
3937
>>> HNHBS1(42)

0 commit comments

Comments
 (0)