Skip to content

Commit

Permalink
changed to relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
pdasigi committed Oct 6, 2020
1 parent d5e38a1 commit e3b6771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nla_semparse/nla_semparse/nla_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from allennlp_semparse.domain_languages.domain_language import ExecutionError

from nla_semparse.nla_language import NlaLanguage
from .nla_language import NlaLanguage

@Metric.register('nla_metric')
class NlaMetric(Metric):
Expand Down

0 comments on commit e3b6771

Please sign in to comment.