Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eda): make offset optional for nonetype (#553)
since offset was of type int, it failed trying to convert `NoneType` to an integer when it was not set by default. Using the Optional[int] allows us to handle this situation to maintain our optional use of offset.
- Loading branch information