GitLab
Sign in
Walenty
/
Slowal
Back to Group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code »
Commit
38e6d84fb806c277e23a9ef26a0bfe95aa40901c
Authored by
Bartłomiej Nitoń
8 years ago
2 parents
db8c11a8
8efddbf5
Merge branch 'bartek' into dev
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
semantics/validation.py
semantics/validation.py
View file @
38e6d84
...
...
@@ -288,4 +288,3 @@ def hanging_meaning(lexical_unit):
288
288
if lexical_unit.luid < 0 and not lexical_unit.actual_frames().exists():
289
289
return True
290
290
return False
291
-
292
291
\ No newline at end of file
...
...