Skip to content

Commit

Permalink
Remove FIXME
Browse files Browse the repository at this point in the history
Ref. #47, #382
  • Loading branch information
treiher committed Aug 11, 2020
1 parent 1c1379a commit 95c9861
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rflx/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@ def __validate_declarations(self) -> None:
except RecordFluxError as e:
self.error.extend(e)
for k, d in self.declarations.items():
# pylint: disable=fixme
# FIXME: We do not validate variable declarations at the moment
# ISSUE: Componolit/RecordFlux#397
if isinstance(d, PrivateDeclaration):
continue
if not d.is_referenced:
Expand Down

0 comments on commit 95c9861

Please sign in to comment.