def _get_output_file_format()

in tensorboard_plugin/tensorboard_plugin_fairness_indicators/plugin.py [0:0]


  def _get_output_file_format(self, evaluation_output_path):
    file_format = os.path.splitext(evaluation_output_path)[1]
    if file_format:
      return file_format[1:]

    return ''